Is your feature request related to a problem? Please describe.
Meng zhang and I are preparing examples for MONAI webinar to show all kinds of MONAI datasets, realized that the GridPatchDataset can be enhanced as we already have the IterableDataset now and we can easily add support for iterable data source now, which is marked TODO so far:
https://github.com/Project-MONAI/MONAI/blob/dev/monai/data/grid_dataset.py#L142
Is your feature request related to a problem? Please describe.
Meng zhang and I are preparing examples for MONAI webinar to show all kinds of MONAI datasets, realized that the
GridPatchDatasetcan be enhanced as we already have theIterableDatasetnow and we can easily add support foriterabledata source now, which is markedTODOso far:https://github.com/Project-MONAI/MONAI/blob/dev/monai/data/grid_dataset.py#L142