Is your feature request related to a problem? Please describe.
As a pytorch user, it would be great to have a convenience TiledDataset class that subclasses standard pytorch Dataset.
Describe alternatives you've considered
It's already possible, but you have to write a lot of boilerplate.
Is your feature request related to a problem? Please describe.
As a pytorch user, it would be great to have a convenience
TiledDatasetclass that subclasses standard pytorch Dataset.Describe alternatives you've considered
It's already possible, but you have to write a lot of boilerplate.