project-monai commited on
Commit
bfcb74f
·
verified ·
1 Parent(s): 9ebe755

Upload brain_image_synthesis_latent_diffusion_model version 1.0.2

Browse files
Files changed (1) hide show
  1. configs/metadata.json +4 -2
configs/metadata.json CHANGED
@@ -1,7 +1,8 @@
1
  {
2
  "schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20240725.json",
3
- "version": "1.0.1",
4
  "changelog": {
 
5
  "1.0.1": "update to huggingface hosting",
6
  "1.0.0": "Initial release"
7
  },
@@ -9,7 +10,8 @@
9
  "pytorch_version": "2.5.1",
10
  "numpy_version": "1.26.4",
11
  "required_packages_version": {
12
- "nibabel": "5.3.2"
 
13
  },
14
  "task": "Brain image synthesis",
15
  "description": "A generative model for creating high-resolution 3D brain MRI based on UK Biobank",
 
1
  {
2
  "schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20240725.json",
3
+ "version": "1.0.2",
4
  "changelog": {
5
+ "1.0.2": "fix missing dependencies",
6
  "1.0.1": "update to huggingface hosting",
7
  "1.0.0": "Initial release"
8
  },
 
10
  "pytorch_version": "2.5.1",
11
  "numpy_version": "1.26.4",
12
  "required_packages_version": {
13
+ "nibabel": "5.3.2",
14
+ "einops": "0.7.0"
15
  },
16
  "task": "Brain image synthesis",
17
  "description": "A generative model for creating high-resolution 3D brain MRI based on UK Biobank",