Skip to content

Commit

Permalink
DDPM Tutorials (Project-MONAI#1814)
Browse files Browse the repository at this point in the history
Address some of Project-MONAI#1769.

### Description
These are the 2D ~~and 3D~~ DDPM tutorials. I have run them again to
verify they work. ~~The 2D ones are fine but the 3D tutorial keeps
having mode collapse or some other issue resulting in bad results. Work
is ongoing on this one.~~ I have left the 3D tutorial off since it's not
training stably and needs some revamp to be a proper and useful tutorial
for users.

### Checks
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [x] Avoid including large-size files in the PR.
- [x] Clean up long text outputs from code cells in the notebook.
- [x] For security purposes, please check the contents and remove any
sensitive info such as user names and private key.
- [x] Ensure (1) hyperlinks and markdown anchors are working (2) use
relative paths for tutorial repo files (3) put figure and graphs in the
`./figure` folder
- [x] Notebook runs automatically `./runner.sh -t <path to .ipynb file>`

---------

Signed-off-by: Eric Kerfoot <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: YunLiu <[email protected]>
  • Loading branch information
3 people authored and Pedro Borges committed Sep 6, 2024
1 parent 79a2216 commit a38dee2
Show file tree
Hide file tree
Showing 5 changed files with 3,518 additions and 0 deletions.
752 changes: 752 additions & 0 deletions generation/2d_ddpm/2d_ddpm_compare_schedulers.ipynb

Large diffs are not rendered by default.

749 changes: 749 additions & 0 deletions generation/2d_ddpm/2d_ddpm_inpainting.ipynb

Large diffs are not rendered by default.

709 changes: 709 additions & 0 deletions generation/2d_ddpm/2d_ddpm_tutorial.ipynb

Large diffs are not rendered by default.

626 changes: 626 additions & 0 deletions generation/2d_ddpm/2d_ddpm_tutorial_ignite.ipynb

Large diffs are not rendered by default.

682 changes: 682 additions & 0 deletions generation/2d_ddpm/2d_ddpm_tutorial_v_prediction.ipynb

Large diffs are not rendered by default.

0 comments on commit a38dee2

Please sign in to comment.