Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues in running tensorboard tutorial #216

Open
sparshgarg23 opened this issue Aug 20, 2020 · 1 comment
Open

Issues in running tensorboard tutorial #216

sparshgarg23 opened this issue Aug 20, 2020 · 1 comment

Comments

@sparshgarg23
Copy link

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?

@shinel94
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants