Fix decoder test by fixing the resizing output size (#197)

This commit is contained in:
Romain Beaumont
2022-07-09 16:48:07 +02:00
committed by GitHub
parent 097afda606
commit 68de937aac

View File

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