You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
For the diffusion bundle,
monai.apps.DecathlonDataset
is 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
CacheDataset
like the other bundles, which have more flexibility?Describe the solution you'd like
Use
CacheDataset
for generative bundles.The text was updated successfully, but these errors were encountered: