JuliaML / JuliaML/MLDatasets.jl
Add `transform` keyword to dataset constructors to store a transformation
Open
- Dominant language
- Julia
- Stars
- 239
- Forks
- 51
- PR merge metrics
- No merged PRs in 30d
Description
Both [HuggingFace](https://huggingface.co/docs/datasets/v2.2.1/en/package_reference/main_classes#datasets.Dataset.set_transform) and torchvision's datasets can store a transformation that is applied on the fly when indexing a dataset.
I think this is generally very convenient and we should add it to every dataset.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.