monai
medical
katielink commited on
Commit
c99a5dc
1 Parent(s): 85339a7

fix location variable name change

Browse files
Files changed (2) hide show
  1. configs/metadata.json +3 -2
  2. configs/train.json +2 -2
configs/metadata.json CHANGED
@@ -1,8 +1,9 @@
1
  {
2
  "schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20220324.json",
3
- "version": "0.1.0",
4
  "changelog": {
5
- "0.1.0": "initialize release of the bundle"
 
6
  },
7
  "monai_version": "0.9.1",
8
  "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.1.1",
4
  "changelog": {
5
+ "0.1.0": "initialize release of the bundle",
6
+ "0.1.1": "fix location variable name change"
7
  },
8
  "monai_version": "0.9.1",
9
  "pytorch_version": "1.12.0",
configs/train.json CHANGED
@@ -135,7 +135,7 @@
135
  "src": "@training_file",
136
  "col_groups": {
137
  "image": 0,
138
- "patch_location": [
139
  2,
140
  1
141
  ],
@@ -286,7 +286,7 @@
286
  "src": "@validation_file",
287
  "col_groups": {
288
  "image": 0,
289
- "patch_location": [
290
  2,
291
  1
292
  ],
 
135
  "src": "@training_file",
136
  "col_groups": {
137
  "image": 0,
138
+ "location": [
139
  2,
140
  1
141
  ],
 
286
  "src": "@validation_file",
287
  "col_groups": {
288
  "image": 0,
289
+ "location": [
290
  2,
291
  1
292
  ],