-
Notifications
You must be signed in to change notification settings - Fork 81
Open
Description
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", |
model-zoo/models/brats_mri_axial_slices_generative_diffusion/configs/train_diffusion.json
Line 105 in f9334c1
"_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.
Metadata
Metadata
Assignees
Labels
No labels