You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: