update val patch size to avoid warning in monai 1.0.1
Browse files- configs/inference.json +1 -1
- configs/metadata.json +2 -1
- configs/train.json +1 -1
configs/inference.json
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
"val_patch_size": [
|
17 |
512,
|
18 |
512,
|
19 |
-
|
20 |
],
|
21 |
"anchor_generator": {
|
22 |
"_target_": "monai.apps.detection.utils.anchor_utils.AnchorGeneratorWithAnchorShape",
|
|
|
16 |
"val_patch_size": [
|
17 |
512,
|
18 |
512,
|
19 |
+
192
|
20 |
],
|
21 |
"anchor_generator": {
|
22 |
"_target_": "monai.apps.detection.utils.anchor_utils.AnchorGeneratorWithAnchorShape",
|
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.2": "update to use monai 1.0.1",
|
6 |
"0.4.1": "fix license Copyright error",
|
7 |
"0.4.0": "add support for raw images",
|
|
|
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.3",
|
4 |
"changelog": {
|
5 |
+
"0.4.3": "update val patch size to avoid warning in monai 1.0.1",
|
6 |
"0.4.2": "update to use monai 1.0.1",
|
7 |
"0.4.1": "fix license Copyright error",
|
8 |
"0.4.0": "add support for raw images",
|
configs/train.json
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
"val_patch_size": [
|
24 |
512,
|
25 |
512,
|
26 |
-
|
27 |
],
|
28 |
"anchor_generator": {
|
29 |
"_target_": "monai.apps.detection.utils.anchor_utils.AnchorGeneratorWithAnchorShape",
|
|
|
23 |
"val_patch_size": [
|
24 |
512,
|
25 |
512,
|
26 |
+
192
|
27 |
],
|
28 |
"anchor_generator": {
|
29 |
"_target_": "monai.apps.detection.utils.anchor_utils.AnchorGeneratorWithAnchorShape",
|