update ldm noise scheduler api for inference#452
update ldm noise scheduler api for inference#452yiheng-wang-nv merged 7 commits intoProject-MONAI:devfrom
Conversation
Signed-off-by: Can-Zhao <[email protected]>
Signed-off-by: Can-Zhao <[email protected]>
|
Thanks @Can-Zhao , I will add the unit tests on these 2 bundles within this PR to prevent similar issues. |
Signed-off-by: Yiheng Wang <[email protected]>
|
Hi @Nic-Ma , when preparing the unit test of ldm bundles, I just found a place of ldm bundles that is not matched up with: Some datasets may not have "data", such as all datasets in: Is it possible to change it into |
|
Hi @yiheng-wang-nv , That's a good point, I would suggest to change the required Thanks. |
I see. Hi @SachidanandAlle @tangy5 , do you think we can change the "BundleProperty.REQUIRED" of |
Signed-off-by: Yiheng Wang <[email protected]>
models/brats_mri_axial_slices_generative_diffusion/configs/train_diffusion.json
Show resolved
Hide resolved
Signed-off-by: Yiheng Wang <[email protected]>
Signed-off-by: Yiheng Wang <[email protected]>
|
/build |
Signed-off-by: Yiheng Wang <[email protected]>
|
/build |
Fixes # . ### Description update ldm noise scheduler api for inference ### Status **Ready/Work in progress/Hold** ### Please ensure all the checkboxes: <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [x] Codeformat tests passed locally by running `./runtests.sh --codeformat`. - [ ] In-line docstrings updated. - [ ] Update `version` and `changelog` in `metadata.json` if changing an existing bundle. - [ ] Please ensure the naming rules in config files meet our requirements (please refer to: `CONTRIBUTING.md`). - [ ] Ensure versions of packages such as `monai`, `pytorch` and `numpy` are correct in `metadata.json`. - [ ] Descriptions should be consistent with the content, such as `eval_metrics` of the provided weights and TorchScript modules. - [ ] Files larger than 25MB are excluded and replaced by providing download links in `large_file.yml`. - [ ] Avoid using path that contains personal information within config files (such as use `/home/your_name/` for `"bundle_root"`). --------- Signed-off-by: Can-Zhao <[email protected]> Signed-off-by: Yiheng Wang <[email protected]> Signed-off-by: Yiheng Wang <[email protected]> Co-authored-by: Yiheng Wang <[email protected]> Co-authored-by: Yiheng Wang <[email protected]>
Fixes # .
Description
update ldm noise scheduler api for inference
Status
Ready/Work in progress/Hold
Please ensure all the checkboxes:
./runtests.sh --codeformat.versionandchangeloginmetadata.jsonif changing an existing bundle.CONTRIBUTING.md).monai,pytorchandnumpyare correct inmetadata.json.eval_metricsof the provided weights and TorchScript modules.large_file.yml./home/your_name/for"bundle_root").