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
Please note that tf.summary.FileWriter is deprecated. Instead, tf.compat.v1.summary.FileWriter can be used. Alternatively, tensorflow version 1.x should be used.
The text was updated successfully, but these errors were encountered:
@dklingmann do you know by any chance how to fix this issue: #102 ?
It seems similar to this one
P.S. I changed it to tf.summary.create_file_writer, as said in the error message, and for now I'm not getting this error (it's currently executing this sell)
EverybodyDanceNow_reproduce_pytorch/src/pix2pixHD/util/visualizer.py
Line 26 in a740351
Please note that tf.summary.FileWriter is deprecated. Instead, tf.compat.v1.summary.FileWriter can be used. Alternatively, tensorflow version 1.x should be used.
The text was updated successfully, but these errors were encountered: