unify naming
Browse files- configs/metadata.json +4 -3
- configs/train.json +2 -1
configs/metadata.json
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
{
|
2 |
"schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20220324.json",
|
3 |
-
"version": "0.
|
4 |
"changelog": {
|
5 |
-
"0.
|
6 |
-
"0.1.1": "fix location variable name change"
|
|
|
7 |
},
|
8 |
"monai_version": "0.9.1",
|
9 |
"pytorch_version": "1.12.0",
|
|
|
1 |
{
|
2 |
"schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20220324.json",
|
3 |
+
"version": "0.2.0",
|
4 |
"changelog": {
|
5 |
+
"0.2.0": "unify naming",
|
6 |
+
"0.1.1": "fix location variable name change",
|
7 |
+
"0.1.0": "initialize release of the bundle"
|
8 |
},
|
9 |
"monai_version": "0.9.1",
|
10 |
"pytorch_version": "1.12.0",
|
configs/train.json
CHANGED
@@ -5,6 +5,7 @@
|
|
5 |
],
|
6 |
"lr": 0.001,
|
7 |
"num_epochs": 4,
|
|
|
8 |
"bundle_root": ".",
|
9 |
"ckpt_dir": "$os.path.join(@bundle_root, 'models')",
|
10 |
"output_dir": "$os.path.join(@bundle_root, 'log')",
|
@@ -198,7 +199,7 @@
|
|
198 |
"_target_": "ValidationHandler",
|
199 |
"validator": "@validate#evaluator",
|
200 |
"epoch_level": true,
|
201 |
-
"interval":
|
202 |
},
|
203 |
{
|
204 |
"_target_": "StatsHandler",
|
|
|
5 |
],
|
6 |
"lr": 0.001,
|
7 |
"num_epochs": 4,
|
8 |
+
"val_interval": 1,
|
9 |
"bundle_root": ".",
|
10 |
"ckpt_dir": "$os.path.join(@bundle_root, 'models')",
|
11 |
"output_dir": "$os.path.join(@bundle_root, 'log')",
|
|
|
199 |
"_target_": "ValidationHandler",
|
200 |
"validator": "@validate#evaluator",
|
201 |
"epoch_level": true,
|
202 |
+
"interval": "@val_interval"
|
203 |
},
|
204 |
{
|
205 |
"_target_": "StatsHandler",
|