Skip to content

448 update LDM bundles with new noise_scheduler API #449

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
Show file tree
Hide file tree
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_generator_ldm_20230507.json",
"version": "1.0.3",
"version": "1.0.4",
"changelog": {
"1.0.4": "update with new lr scheduler api",
"1.0.3": "update required packages",
"1.0.2": "remove unused saver in inference",
"1.0.1": "fix inference folder error",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"_requires_": [
"@load_autoencoder"
],
"beta_schedule": "scaled_linear",
"schedule": "scaled_linear_beta",
"num_train_timesteps": 1000,
"beta_start": 0.0015,
"beta_end": 0.0195
Expand Down
3 changes: 2 additions & 1 deletion models/brats_mri_generative_diffusion/configs/metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_generator_ldm_20230507.json",
"version": "1.0.3",
"version": "1.0.4",
"changelog": {
"1.0.4": "update with new lr scheduler api",
"1.0.3": "update required packages",
"1.0.2": "unify dataset dir in different configs",
"1.0.1": "update dependency, update trained model weights",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"_requires_": [
"@load_autoencoder"
],
"beta_schedule": "scaled_linear",
"schedule": "scaled_linear_beta",
"num_train_timesteps": 1000,
"beta_start": 0.0015,
"beta_end": 0.0195
Expand Down