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

AttributeError: module 'tensorboard.summary._tf.summary' has no attribute 'FileWriter' #3

Open
UESTCtubiao opened this issue Oct 5, 2019 · 0 comments

Comments

@UESTCtubiao
Copy link

Hello, when I proceed to the 3 step, there is an AttributeError.

Processing Species...
Processing Model Species
Traceback (most recent call last):
File "scripts/species/build_model.py", line 264, in
logger = Logger('models/species/logs')
File "utils/logger.py", line 13, in init
self.writer = tf.summary.FileWriter(logdir)
AttributeError: module 'tensorboard.summary._tf.summary' has no attribute 'FileWriter'

What caused this? How to solve?

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

1 participant