Open sparshgarg23 opened 4 years ago
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?