emilwallner / Coloring-greyscale-images

Coloring black and white images with deep learning.
MIT License
1.03k stars 227 forks source link

When I run GAN_version,I found this.AttributeError: module 'tensorflow' has no attribute 'Summary' #14

Open FunnyJennyChin opened 4 years ago

FunnyJennyChin commented 4 years ago

Traceback (most recent call last): File "colorize_base.py", line 308, in write_log(callback_Full, callback_Full_names, d_loss_fake_full + d_loss_real_full, i) File "/mnt/Coloring-grey-scale-master/GAN-version/lib/data_utils.py", line 85, in write_log summary = tf.Summary() AttributeError: module 'tensorflow' has no attribute 'Summary'

I dont know why. I ran colorize_base.py in Pycharm, it works. But when I run it at a GPU service, this problem came out. May I ask which version of your tensorflow is?