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'm getting AttributeError: module 'tensorflow' has no attribute 'GraphKeys'
when I try to run the code.
From what i can tell this is because the code is written for tensorflow/sonnet versions 1
However pip physically won't let you install tensorflow v1 anymore.
How are people getting this to run?
What versions of all the packages and of python are being used?
The text was updated successfully, but these errors were encountered:
I'm getting AttributeError: module 'tensorflow' has no attribute 'GraphKeys'
when I try to run the code.
From what i can tell this is because the code is written for tensorflow/sonnet versions 1
However pip physically won't let you install tensorflow v1 anymore.
How are people getting this to run?
What versions of all the packages and of python are being used?
The text was updated successfully, but these errors were encountered: