junyanz / pytorch-CycleGAN-and-pix2pix

Image-to-Image Translation in PyTorch
Other
22.8k stars 6.29k forks source link

Pix2pix Colab code does not work for me #1478

Open Benlibe opened 2 years ago

Benlibe commented 2 years ago

Hi,

I follow the code from the colaboratory as below. image But it says that it cannot find the file or directory as below. image I also run the zebra code, and it shows the same thing. Any idea for this?

Thanks

junyanz commented 2 years ago

Screen Shot 2022-09-20 at 4 52 22 PM

I just tested it. It seems to be working for me. Did you run the pix2pix colab with Google colab, or run it on a local notebook?

Benlibe commented 2 years ago

Thank you. Yes, I run it on a local notebook with the same codes on Colab. How could I make it work?

junyanz commented 1 year ago

Screen Shot 2022-10-04 at 4 39 38 PM Not sure if you have succeeded to run all the steps

Benlibe commented 1 year ago

Screen Shot 2022-10-04 at 4 39 38 PM Not sure if you have succeeded to run all the steps

I guess so but I am not sure. Every other step looks fine. Thank you.

image image image image image image image image image image image image image image image image image image image image image

junyanz commented 1 year ago

We just updated the pix2pix colab. Could you download the latest code and try it again?