junyanz / pytorch-CycleGAN-and-pix2pix

Image-to-Image Translation in PyTorch
Other
23.09k stars 6.32k forks source link

Results are not happening while testing #1417

Open arunrajan6600 opened 2 years ago

arunrajan6600 commented 2 years ago

Hi, I trained the cycleGAN with 135 epochs (Windows 10). But when I run the test.py no images are creating in the results folder. Also its showing a message: \Python39\lib\site-packages\torchvision\transforms\transforms.py:280: UserWarning: Argument interpolation should be of type InterpolationMode instead of int. Please, use InterpolationMode enum. warnings.warn( Any Solutions? Thankyou

junyanz commented 2 years ago

The warning is probably caused by the PyTorch version difference, which can be ignored. Could you share with us your training and test script?