update to use monai 1.0.1
Browse files- configs/metadata.json +5 -4
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_20220324.json",
|
3 |
-
"version": "0.3.
|
4 |
"changelog": {
|
|
|
5 |
"0.3.1": "fix license Copyright error",
|
6 |
"0.3.0": "update license files",
|
7 |
"0.2.0": "unify naming",
|
@@ -9,12 +10,12 @@
|
|
9 |
"0.1.0": "complete the model package",
|
10 |
"0.0.1": "initialize the model package structure"
|
11 |
},
|
12 |
-
"monai_version": "0.
|
13 |
-
"pytorch_version": "1.
|
14 |
"numpy_version": "1.21.2",
|
15 |
"optional_packages_version": {
|
16 |
"fire": "0.4.0",
|
17 |
-
"nibabel": "
|
18 |
"pytorch-ignite": "0.4.9"
|
19 |
},
|
20 |
"task": "Neural architecture search on pancreas CT segmentation",
|
|
|
1 |
{
|
2 |
"schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20220324.json",
|
3 |
+
"version": "0.3.2",
|
4 |
"changelog": {
|
5 |
+
"0.3.2": "update to use monai 1.0.1",
|
6 |
"0.3.1": "fix license Copyright error",
|
7 |
"0.3.0": "update license files",
|
8 |
"0.2.0": "unify naming",
|
|
|
10 |
"0.1.0": "complete the model package",
|
11 |
"0.0.1": "initialize the model package structure"
|
12 |
},
|
13 |
+
"monai_version": "1.0.1",
|
14 |
+
"pytorch_version": "1.13.0",
|
15 |
"numpy_version": "1.21.2",
|
16 |
"optional_packages_version": {
|
17 |
"fire": "0.4.0",
|
18 |
+
"nibabel": "4.0.1",
|
19 |
"pytorch-ignite": "0.4.9"
|
20 |
},
|
21 |
"task": "Neural architecture search on pancreas CT segmentation",
|