unify naming
Browse files- configs/metadata.json +2 -1
- configs/train.yaml +2 -1
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.
|
4 |
"changelog": {
|
|
|
5 |
"0.1.1": "fix data type issue in searching/training configurations",
|
6 |
"0.1.0": "complete the model package",
|
7 |
"0.0.1": "initialize the model package structure"
|
|
|
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 data type issue in searching/training configurations",
|
7 |
"0.1.0": "complete the model package",
|
8 |
"0.0.1": "initialize the model package structure"
|
configs/train.yaml
CHANGED
@@ -59,6 +59,7 @@ lr_scheduler:
|
|
59 |
gamma: 0.5
|
60 |
image_key: image
|
61 |
label_key: label
|
|
|
62 |
train:
|
63 |
deterministic_transforms:
|
64 |
- _target_: LoadImaged
|
@@ -266,7 +267,7 @@ train:
|
|
266 |
- _target_: ValidationHandler
|
267 |
validator: "@validate#evaluator"
|
268 |
epoch_level: true
|
269 |
-
interval:
|
270 |
- _target_: StatsHandler
|
271 |
tag_name: train_loss
|
272 |
output_transform: "$monai.handlers.from_engine(['loss'], first=True)"
|
|
|
59 |
gamma: 0.5
|
60 |
image_key: image
|
61 |
label_key: label
|
62 |
+
val_interval: 10
|
63 |
train:
|
64 |
deterministic_transforms:
|
65 |
- _target_: LoadImaged
|
|
|
267 |
- _target_: ValidationHandler
|
268 |
validator: "@validate#evaluator"
|
269 |
epoch_level: true
|
270 |
+
interval: "@val_interval"
|
271 |
- _target_: StatsHandler
|
272 |
tag_name: train_loss
|
273 |
output_transform: "$monai.handlers.from_engine(['loss'], first=True)"
|