zhangqianhui / Conditional-GAN

Tensorflow implementation for Conditional Convolutional Adversarial Networks.
MIT License
218 stars 83 forks source link

Failed to run with TensorFlow 1.0 #2

Closed Yunlong-He closed 7 years ago

Yunlong-He commented 7 years ago

Many type errors.

since tf1.0 is ready and will be stable, I suggest to update the code with tf1.0

zhangqianhui commented 7 years ago

I have updated it to tf1.0.

Yunlong-He commented 7 years ago

Thanks.