Fix decoder test by fixing the resizing output size

This commit is contained in:
Romain Beaumont
2022-07-09 11:25:32 +02:00
parent 097afda606
commit 3a1dea7d97

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]
}, },