progressive_growing_of_gans
progressive_growing_of_gans copied to clipboard
Fixed TensorFlow dependency (TensorFlow 2 release)
Listing TensorFlow dependency as tensorflow-gpu>=1.6.0
gives compatibility errors as TensorFlow 2 was released, with major changes.
For the record, I have been able to run it only with this exact stack :
- CUDA 9.0.176
- cuDNN v7.0.5 for CUDA 9.0
- python 3.6.2
- tensorflow-gpu 1.6.0