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
I followed the installation instructions given on the home page. It did not say I needed tensorflow, but do because of tensorboard.
When grabbing the default tensorflow at the time of this issue (2.4), received the errror:
AttributeError: module 'tensorflow.python.pywrap_tensorflow' has no attribute 'EventsWriter'
Any suggestion on the correct tensorflow to grab or can is it possible to update the install instructions on a 'clean' system with the proper versions?
I also had to install 'sentencepiece' which was not listed and 'torch'
Appreciate it and look forward to trying out tdqn.
The text was updated successfully, but these errors were encountered:
I followed the installation instructions given on the home page. It did not say I needed tensorflow, but do because of tensorboard.
When grabbing the default tensorflow at the time of this issue (2.4), received the errror:
AttributeError: module 'tensorflow.python.pywrap_tensorflow' has no attribute 'EventsWriter'
Any suggestion on the correct tensorflow to grab or can is it possible to update the install instructions on a 'clean' system with the proper versions?
I also had to install 'sentencepiece' which was not listed and 'torch'
Appreciate it and look forward to trying out tdqn.
The text was updated successfully, but these errors were encountered: