affinelayer / pix2pix-tensorflow

Tensorflow port of Image-to-Image Translation with Conditional Adversarial Nets https://phillipi.github.io/pix2pix/
MIT License
5.07k stars 1.3k forks source link

Tensorflow version #178

Open seph14 opened 4 years ago

seph14 commented 4 years ago

This is not an issue but more like a note: Tensorflow 1.15.0 on windows seems to constantly result in NaN histogram while training so I had to downgrade to 1.14.0 which works fine.

Machine spec: windows 10 GTX 2070 6GB i5 9600k

NadineKroher commented 4 years ago

thanks - I had the same problem and this fixed it.

Fan-123haha commented 4 years ago

thanks, and i want to know if it works fine on gpu 1.5.0 with python 3.6?