-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Tensorflow Attribute Error: module 'tensorflow_core._api.v2.train' has no attribute 'RMSProp Optimizer' #121
Comments
Did you get past it? @ThomasZav |
Anyone got some progress??? |
This should be an easy fix, stay tuned. |
could you let me know what version of tensorflow you have installed? |
It's RMSprop not RMSProp (notice the capital p) |
Also, it's RMSprop, not RMSpropOptimizer. The full v2 name is |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After conducting all the given steps on installation when I run ,
python -um dopamine.discrete_domains.train
--base_dir=/tmp/dopamine
--gin_files='dopamine/agents/dqn/configs/dqn.gin'
I get the following error,
in line 97, in DQN Agent
optimizer=tf.train.RMSPropOptimizer(
Attribute Error: module 'tensorflow_core._api.v2.train' has no attribute 'RMSProp Optimizer'
How could we solve this problem?
The text was updated successfully, but these errors were encountered: