Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use CacheDataset for generative bundles. #544

Open
mingxin-zheng opened this issue Jan 8, 2024 · 0 comments · May be fixed by #541
Open

Use CacheDataset for generative bundles. #544

mingxin-zheng opened this issue Jan 8, 2024 · 0 comments · May be fixed by #541

Comments

@mingxin-zheng
Copy link
Contributor

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",

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.

@Can-Zhao Can-Zhao linked a pull request Jan 10, 2024 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant