progressive_growing_of_gans icon indicating copy to clipboard operation
progressive_growing_of_gans copied to clipboard

Fixed TensorFlow dependency (TensorFlow 2 release)

Open c-torre opened this issue 5 years ago • 1 comments

Listing TensorFlow dependency as tensorflow-gpu>=1.6.0 gives compatibility errors as TensorFlow 2 was released, with major changes.

c-torre avatar Nov 19 '19 14:11 c-torre

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

nliautaud avatar Jan 28 '20 11:01 nliautaud