Closed jiatangz closed 2 years ago
I saw in commit 9bcef69d5b39385d18afad3d5a839a02ae0b43e7, it uses Image.BICUBIC
but not transforms.InterpolationMode.BICUBIC
.
So I just change the code back to Image.BICBIC
, and it works.
I believe you forget to update the environment.yml
I saw in commit 9bcef69, it uses
Image.BICUBIC
but nottransforms.InterpolationMode.BICUBIC
. So I just change the code back toImage.BICBIC
, and it works. I believe you forget to update theenvironment.yml
thanks
It really helps, thks
help!
Guys, just update you torchvision
I faced with this error when I trained cycleGAN on TPU.
Please use a more recent torchvision.
thank you!
System: Windows and Ubuntu using Anaconda set up environment base on the
environment.yml
. run CycleGAN train/test