The `load_from_folder` module
This release mainly adds the functionality to be able to deal with large datasets via the load_from_folder
module.
This module is inspired by the ImageFolder
class in the torchvision
library but adapted to the needs of our library. See the docs for details.