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

'tensorboard.summary._tf.summary' has no attribute 'FileWriter' in logger.py #122

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rra94
Copy link

@rra94 rra94 commented May 3, 2020

Replaced FileWriter with create_file_writer to as per the latest TF documentation.

rra94 added 2 commits May 3, 2020 16:14
The logger has this error, probably due the fact that FileWriter has been deprecated. 
'tensorboard.summary._tf.summary' has no attribute 'FileWriter

Fixed by changing 'FileWriter' to'create_file_writer'
Error with latest 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

Successfully merging this pull request may close these issues.

1 participant