Update, verify MONAI 1.0.1 and Pytorch 1.13.0
Browse files- configs/metadata.json +4 -3
- configs/train.json +3 -3
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.2": "enhance readme on commands example",
|
6 |
"0.3.1": "fix license Copyright error",
|
7 |
"0.3.0": "update license files",
|
@@ -9,8 +10,8 @@
|
|
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 |
"nibabel": "3.2.1",
|
|
|
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.3",
|
4 |
"changelog": {
|
5 |
+
"0.3.3": "Update, verify MONAI 1.0.1 and Pytorch 1.13.0",
|
6 |
"0.3.2": "enhance readme on commands example",
|
7 |
"0.3.1": "fix license Copyright error",
|
8 |
"0.3.0": "update license files",
|
|
|
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 |
"nibabel": "3.2.1",
|
configs/train.json
CHANGED
@@ -106,7 +106,7 @@
|
|
106 |
],
|
107 |
"pos": 1,
|
108 |
"neg": 1,
|
109 |
-
"num_samples":
|
110 |
"image_key": "image",
|
111 |
"image_threshold": 0
|
112 |
},
|
@@ -267,8 +267,8 @@
|
|
267 |
96,
|
268 |
96
|
269 |
],
|
270 |
-
"sw_batch_size":
|
271 |
-
"overlap": 0.
|
272 |
},
|
273 |
"postprocessing": "%train#postprocessing",
|
274 |
"handlers": [
|
|
|
106 |
],
|
107 |
"pos": 1,
|
108 |
"neg": 1,
|
109 |
+
"num_samples": 2,
|
110 |
"image_key": "image",
|
111 |
"image_threshold": 0
|
112 |
},
|
|
|
267 |
96,
|
268 |
96
|
269 |
],
|
270 |
+
"sw_batch_size": 2,
|
271 |
+
"overlap": 0.25
|
272 |
},
|
273 |
"postprocessing": "%train#postprocessing",
|
274 |
"handlers": [
|