Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 13, 2023
1 parent dabb18f commit e8b6a02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions models/brats_mri_generative_diffusion/configs/inference.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"spatial_dims": 3,
"image_channels": 1,
"latent_channels": 4,
"latent_shape": [
"latent_shape": [
"@latent_channels",
48,
48,
Expand Down Expand Up @@ -101,4 +101,4 @@
"run": [
"$@saver(@generated_image[0])"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"val_batch_size": 2,
"epochs": 4000,
"val_interval": 10,
"lr": 1e-04,
"lr": 0.0001,
"amp": true,
"train_patch_size": [
128,
Expand Down Expand Up @@ -290,4 +290,4 @@
"run": [
"$@train#trainer.run()"
]
}
}

0 comments on commit e8b6a02

Please sign in to comment.