Skip to content

Commit 03ff5c5

Browse files
Remove repeated definition in MAISI (#1786)
Fixes # . ### Description Remove repeated definition in MAISI ### Checks <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [ ] Avoid including large-size files in the PR. - [ ] Clean up long text outputs from code cells in the notebook. - [ ] For security purposes, please check the contents and remove any sensitive info such as user names and private key. - [ ] 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 - [ ] Notebook runs automatically `./runner.sh -t <path to .ipynb file>` --------- Signed-off-by: Can-Zhao <volcanofly@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 62f8ff8 commit 03ff5c5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

generation/maisi/configs/config_maisi_diff_model.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
11
{
2-
"noise_scheduler": {
3-
"_target_": "generative.networks.schedulers.DDPMScheduler",
4-
"num_train_timesteps": 1000,
5-
"beta_start": 0.0015,
6-
"beta_end": 0.0195,
7-
"schedule": "scaled_linear_beta",
8-
"clip_sample": false
9-
},
102
"diffusion_unet_train": {
113
"batch_size": 1,
124
"cache_rate": 0,

0 commit comments

Comments
 (0)