From 3a8027c3e6dc1bd17e49e0941e8a29c6a8d76e78 Mon Sep 17 00:00:00 2001 From: Charley Gros Date: Fri, 22 May 2020 12:53:00 +0000 Subject: [PATCH] OSF Version 5 --- mice_uqueensland_sc.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/mice_uqueensland_sc.json b/mice_uqueensland_sc.json index 18bcaa7..e036b08 100644 --- a/mice_uqueensland_sc.json +++ b/mice_uqueensland_sc.json @@ -45,7 +45,7 @@ "wspace": 0.04, "hspace": 0.04 }, - "CenterCrop2D": { + "CenterCrop": { "size": [96, 96] }, "ElasticTransform": { @@ -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 }