junyanz / pytorch-CycleGAN-and-pix2pix

Image-to-Image Translation in PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Results are not happening while testing

arunrajan6600 opened this issue · comments

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

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