You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: