Skip to content

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

Open
rra94 wants to merge 2 commits into
yunjey:masterfrom
rra94:master
Open

'tensorboard.summary._tf.summary' has no attribute 'FileWriter' in logger.py#122
rra94 wants to merge 2 commits into
yunjey:masterfrom
rra94:master

Conversation

@rra94

@rra94 rra94 commented May 3, 2020

Copy link
Copy Markdown

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