Is your feature request related to a problem? Please describe.
For the diffusion bundle, monai.apps.DecathlonDataset is used by the generative bundles.
|
"_target_": "monai.apps.DecathlonDataset", |
|
"_target_": "monai.apps.DecathlonDataset", |
It provides some convenience (auto-downloading datasets), but it makes overwriting the input datalist more difficult. Can we replace it with CacheDataset like the other bundles, which have more flexibility?
Describe the solution you'd like
Use CacheDataset for generative bundles.
Is your feature request related to a problem? Please describe.
For the diffusion bundle,
monai.apps.DecathlonDatasetis used by the generative bundles.model-zoo/models/brats_mri_generative_diffusion/configs/train_autoencoder.json
Line 143 in f9334c1
model-zoo/models/brats_mri_axial_slices_generative_diffusion/configs/train_diffusion.json
Line 105 in f9334c1
It provides some convenience (auto-downloading datasets), but it makes overwriting the input datalist more difficult. Can we replace it with
CacheDatasetlike the other bundles, which have more flexibility?Describe the solution you'd like
Use
CacheDatasetfor generative bundles.