mirror of
https://github.com/lucidrains/DALLE2-pytorch.git
synced 2025-12-19 01:34:19 +01:00
Fix decoder test by fixing the resizing output size
This commit is contained in:
@@ -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]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user