Skip to content

Commit

Permalink
OSF Version 5
Browse files Browse the repository at this point in the history
  • Loading branch information
charleygros committed Jun 30, 2020
1 parent a539a74 commit 3a8027c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions mice_uqueensland_sc.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"wspace": 0.04,
"hspace": 0.04
},
"CenterCrop2D": {
"CenterCrop": {
"size": [96, 96]
},
"ElasticTransform": {
Expand All @@ -58,30 +58,30 @@
"translate": [0.03, 0.03],
"scale": [0.98, 1.02]
},
"ToTensor": {},
"NormalizeInstance": {}
"NumpyToTensor": {},
"NormalizeInstance": {"applied_to": ["im"]}
},
"transformation_validation": {
"Resample": {
"wspace": 0.04,
"hspace": 0.04
},
"CenterCrop2D": {
"CenterCrop": {
"size": [96, 96]
},
"ToTensor": {},
"NormalizeInstance": {}
"NumpyToTensor": {},
"NormalizeInstance": {"applied_to": ["im"]}
},
"transformation_testing": {
"Resample": {
"wspace": 0.04,
"hspace": 0.04
},
"CenterCrop2D": {
"CenterCrop": {
"size": [96, 96]
},
"ToTensor": {},
"NormalizeInstance": {}
"NumpyToTensor": {},
"NormalizeInstance": {"applied_to": ["im"]}
},
"debugging": true
}

0 comments on commit 3a8027c

Please sign in to comment.