fix train params of use_checkpoint
Browse files- configs/metadata.json +2 -1
- configs/train.json +1 -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.
|
| 4 |
"changelog": {
|
|
|
|
| 5 |
"0.4.1": "update params to supprot torch.jit.trace torchscript conversion",
|
| 6 |
"0.4.0": "add name tag",
|
| 7 |
"0.3.9": "use ITKreader to avoid mass logs at image loading",
|
|
|
|
| 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.2",
|
| 4 |
"changelog": {
|
| 5 |
+
"0.4.2": "fix train params of use_checkpoint",
|
| 6 |
"0.4.1": "update params to supprot torch.jit.trace torchscript conversion",
|
| 7 |
"0.4.0": "add name tag",
|
| 8 |
"0.3.9": "use ITKreader to avoid mass logs at image loading",
|
configs/train.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
| 19 |
"in_channels": 1,
|
| 20 |
"out_channels": 14,
|
| 21 |
"feature_size": 48,
|
| 22 |
-
"use_checkpoint":
|
| 23 |
},
|
| 24 |
"network": "$@network_def.to(@device)",
|
| 25 |
"loss": {
|
|
|
|
| 19 |
"in_channels": 1,
|
| 20 |
"out_channels": 14,
|
| 21 |
"feature_size": 48,
|
| 22 |
+
"use_checkpoint": true
|
| 23 |
},
|
| 24 |
"network": "$@network_def.to(@device)",
|
| 25 |
"loss": {
|