Necessary extensions
Pre-release
Pre-release
This release was focused on missing functionalities, only minor improvements (beside documentation) and coverage this time.
This is the last pre-release before releasing for wider audience.
Major Features and Improvements:
- Refactor concrete
datasetsintotorchdata.datasetsmodule (onlytorchdata.Datasetandtorchdata.Iterableare now available insidetorchdatamain namespace) torchdata.Iterablegotapply(just liketorchdata.Dataset) andfilterabilities- Add
torchdata.datasets.WrapDatasetandtorchdata.datasets.WrapIterable, which act as a proxy between existingtorch.utils.data.Dataset/torch.utils.data.IterableDatasetandtorchdatacounterparts. Using those classes, one can easily transformtorchvisiondatasets or any other pre-made and usemap,cacheand a-like on them. torchdata.Datasetgotreduceoperation
Bug fixes:
- Minor test coverage improvements in uncertain places