Open asgersvenning opened 1 month ago
Currently, the PyTorch integration classes are much to narrow in scope, and not implemented properly either.
PyTorch
The classes should easily integrate with common PyTorch patterns for Datasets and DataLoaders, and be extendible to more complex use cases as well.
Dataset
DataLoader
Currently, the
PyTorch
integration classes are much to narrow in scope, and not implemented properly either.The classes should easily integrate with common
PyTorch
patterns forDataset
s andDataLoader
s, and be extendible to more complex use cases as well.