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
The README's description of the Python environment is incompatible when I try to build it: could I ask for some clarification about what exact versions you're running? If you have a virtual environment set up, could you show the output of pip freeze?
Specifically, the README asks for dm-sonnet==1.35, which uses TensorFlow 1, yet also specifies tensorflow==2.8.0, which isn't TensorFlow 1. Did you develop a custom patch of sonnet that uses TF 2?
Thanks for the help.
The text was updated successfully, but these errors were encountered:
The README's description of the Python environment is incompatible when I try to build it: could I ask for some clarification about what exact versions you're running? If you have a virtual environment set up, could you show the output of
pip freeze
?Specifically, the README asks for
dm-sonnet==1.35
, which uses TensorFlow 1, yet also specifiestensorflow==2.8.0
, which isn't TensorFlow 1. Did you develop a custom patch ofsonnet
that uses TF 2?Thanks for the help.
The text was updated successfully, but these errors were encountered: