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

Porting of 2d_autoencoderkl and 3d_autoencoderkl tutorials from MONAI generative #1823

Merged
merged 32 commits into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
36b7247
Porting of 2D ControlNet tutorial using DDPM and ControlNet to guide …
Sep 4, 2024
f1dbc6c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 4, 2024
5e0059b
Removing blank line at end of file.
Sep 4, 2024
65bc4c6
Merge remote-tracking branch 'origin/main' into main
Sep 4, 2024
bfa92c9
Removing blank line at end of file.
Sep 4, 2024
536745a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 4, 2024
906fb05
Fix flake8 issues to ControlNet.
Sep 5, 2024
cf723c8
Merge remote-tracking branch 'origin/main' into main
Sep 5, 2024
4f139d8
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 5, 2024
bd0d765
Set download to True.
Sep 6, 2024
ee99e97
Merge branch 'main' into main
KumoLiu Sep 6, 2024
ef6c972
Change call to autocast.
Sep 6, 2024
fbbd937
Merge remote-tracking branch 'origin/main' into main
Sep 6, 2024
b63c863
Merge branch 'Project-MONAI:main' into main
virginiafdez Sep 6, 2024
fa99612
Change call to autocast.
Sep 6, 2024
95e0026
Merge branch 'main' into main
KumoLiu Sep 6, 2024
079532c
Addition of ControlNet to the README.
Sep 6, 2024
8491dfa
Addition of tutorials for the 2D and 3D autoencoderkl.
Sep 9, 2024
14fa31f
Merge branch 'Project-MONAI:main' into main
virginiafdez Sep 9, 2024
d6aec13
Addition of tutorials for the 2D and 3D autoencoderkl tutorials. Pass…
Sep 9, 2024
8eec20d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 9, 2024
c7a243e
Incorporate suggestions made by Eric (fix of tempfile import and use,…
Sep 11, 2024
e5fba2b
Re-run 3D models to ensure that losses go down.
Sep 11, 2024
c01dacb
Merge branch 'Project-MONAI:main' into main
virginiafdez Sep 16, 2024
433fd62
Adding autoencoder info to README.
Sep 16, 2024
524ef2f
Merge branch 'Project-MONAI:main' into main
virginiafdez Sep 18, 2024
f9f329c
Fix issue with the plots for autoencoder tutorials. Add anomaly detec…
Sep 18, 2024
5145843
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 18, 2024
57ab963
Add download = True to 3D NB.
Sep 20, 2024
dfc1ebf
Tweak for the number of samples to render
ericspod Sep 20, 2024
699446d
Fix
ericspod Sep 20, 2024
92bee49
Fix
ericspod Sep 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
782 changes: 782 additions & 0 deletions generation/2d_autoencoderkl/2d_autoencoderkl_tutorial.ipynb

Large diffs are not rendered by default.

Loading
Loading