Compare commits

...

1 Commits

Author SHA1 Message Date
Romain Beaumont
3a1dea7d97 Fix decoder test by fixing the resizing output size 2022-07-09 11:36:22 +02:00

View File

@@ -41,7 +41,7 @@
"resample_train": true, "resample_train": true,
"preprocessing": { "preprocessing": {
"RandomResizedCrop": { "RandomResizedCrop": {
"size": [64, 64], "size": [224, 224],
"scale": [0.75, 1.0], "scale": [0.75, 1.0],
"ratio": [1.0, 1.0] "ratio": [1.0, 1.0]
}, },