Skip to content

Remove repeated definition in MAISI #1786

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

Merged
merged 40 commits into from
Aug 16, 2024
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
f544302
change mor_op position, rm generative import in vae
Can-Zhao Aug 12, 2024
9da99fb
rm xformer import in vae
Can-Zhao Aug 12, 2024
dcad093
add load ckpt functions, inference notebook can run
Can-Zhao Aug 12, 2024
148484b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 12, 2024
a551102
fix logging format, add inference script, add details in readme
Can-Zhao Aug 12, 2024
966583f
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 12, 2024
4c9c780
fix typo
Can-Zhao Aug 12, 2024
0b3e3dc
Merge branch 'refactor_maisi' of https://github.com/Can-Zhao/tutorial…
Can-Zhao Aug 12, 2024
1272254
update readme
Can-Zhao Aug 12, 2024
a45c9f9
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 12, 2024
4af5f5a
reformat
Can-Zhao Aug 12, 2024
4aa9401
update readme
Can-Zhao Aug 12, 2024
b392528
clear directory in code
Can-Zhao Aug 12, 2024
a8ca930
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 12, 2024
b0dda95
clear directory in code
Can-Zhao Aug 12, 2024
1bc2a7d
Merge branch 'refactor_maisi' of https://github.com/Can-Zhao/tutorial…
Can-Zhao Aug 12, 2024
094e938
change epoch to 1 to save notebook run time
Can-Zhao Aug 12, 2024
6b064d1
rm controllable size in inference input
Can-Zhao Aug 12, 2024
fb080de
mv some description to Readme, use subset of data to train in noteboo…
Can-Zhao Aug 12, 2024
5b942f1
rm dir info
Can-Zhao Aug 12, 2024
837cfb7
rm xformer
Can-Zhao Aug 13, 2024
04a78bf
rm generative in sample.py, clean print in utils.py
Can-Zhao Aug 13, 2024
e97a51d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 13, 2024
d5dbabe
clean legacy code in utils.py
Can-Zhao Aug 13, 2024
1b287fe
Merge branch 'refactor_maisi' of https://github.com/Can-Zhao/tutorial…
Can-Zhao Aug 13, 2024
11be5ba
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 13, 2024
c223fad
rm repeated comment, rm xformer description, rm generative repo descr…
Can-Zhao Aug 13, 2024
daf5c2b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 13, 2024
402f4c0
rm xformer description
Can-Zhao Aug 13, 2024
3c178c8
Merge branch 'main' into refactor_maisi
Can-Zhao Aug 13, 2024
288e73d
change docstring
Can-Zhao Aug 13, 2024
2659218
Merge branch 'refactor_maisi' of https://github.com/Can-Zhao/tutorial…
Can-Zhao Aug 13, 2024
4e774bc
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 13, 2024
0835773
Merge branch 'main' into refactor_maisi
Can-Zhao Aug 14, 2024
c56b0f2
refactor for new controlnet
Can-Zhao Aug 14, 2024
b91b83c
Merge branch 'refactor_maisi' of https://github.com/Can-Zhao/tutorial…
Can-Zhao Aug 14, 2024
59907c4
refactor inference
Can-Zhao Aug 14, 2024
7b3c389
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 14, 2024
ea82c1c
Merge branch 'Project-MONAI:main' into refactor_maisi
Can-Zhao Aug 15, 2024
c88bdd4
rm duplicate define
Can-Zhao Aug 16, 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
8 changes: 0 additions & 8 deletions generation/maisi/configs/config_maisi_diff_model.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
{
"noise_scheduler": {
"_target_": "generative.networks.schedulers.DDPMScheduler",
"num_train_timesteps": 1000,
"beta_start": 0.0015,
"beta_end": 0.0195,
"schedule": "scaled_linear_beta",
"clip_sample": false
},
"diffusion_unet_train": {
"batch_size": 1,
"cache_rate": 0,
Expand Down
Loading