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
While executing tensorboard tutorial I got the following error
module 'tensorboard.summary._tf.summary' has no attribute 'FileWriter'
Any ideas on how to resolve this?
The text was updated successfully, but these errors were encountered:
in tensorflow 2.x tf.summary.FileWrite is gone to tf.compat.v1.summary.FileWrite so should change from tf.summary.FileWrite to tf.compat.v1.summary.FileWrite then may be work the code or should install 1.X version tensorflow
While executing tensorboard tutorial I got the following error
module 'tensorboard.summary._tf.summary' has no attribute 'FileWriter'
Any ideas on how to resolve this?
The text was updated successfully, but these errors were encountered: