-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 logging does not work in TF2 branch #1033
Comments
@tanzhenyu , @christopherhesse, @pzhokhov
I got the following error :
I am using tensorflow==2.2.0, gym==0.15.7, baselines commit #1032, Python 3.7.6 My understanding of the above error is that, the tensorboard summary writing code in the 'baselines/common/logger.py' of the tf2 branch, has not been properly adapted for TF2.0. Thanks a lot for your help. |
AttributeError: module 'tensorflow.python.pywrap_tensorflow' has no attribute 'EventsWriter' @manavchoudhary |
I solved this error with the following:
This is the source I used for obtaining this fix: |
I got an error, when trying to log tensorboard output in the TF2 branch:
The following exception occured:
I used a virtualenv with only tensorflow==2.0.0, tensorflow-gpu=2.0.0, baselines version
(commit 713f1a0) and python 3.6.7.
The text was updated successfully, but these errors were encountered: