You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It raise RuntimeError when I run python ./uvcgan-main/scripts/translate_images.py ./uvcgan-main/outdir/selfie2anime/model_d\(cyclegan\)_m\(cyclegan\)_d\(basic\)_g\(vit-unet\)_cyclegan_vit-unet-12-self-lsgan-paper-cycle_high-256/ -n 100
And I found the shape of X and shape of embed is not the same
The position of error is
Hi @sonwe1e, I think this error is caused by working on images of larger size. From the error message, it looks like the model was trained on images of size (256, 256) pixels, but it is evaluated on images of size (512, 512) pixels.
It raise RuntimeError when I run


python ./uvcgan-main/scripts/translate_images.py ./uvcgan-main/outdir/selfie2anime/model_d\(cyclegan\)_m\(cyclegan\)_d\(basic\)_g\(vit-unet\)_cyclegan_vit-unet-12-self-lsgan-paper-cycle_high-256/ -n 100
And I found the shape of X and shape of embed is not the same
The position of error is
Looking forward to your reply.
The text was updated successfully, but these errors were encountered: