-
Notifications
You must be signed in to change notification settings - Fork 216
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
Not able to reproduce Google Collab notebook #27
Comments
I have the same problem |
Just found it, they used the version where Keras and Tensorflow were separated. |
Thanks, I noticed that but I'm not sure which versions they have used. In requirements.txt versions are not set. |
What version do you use? Was it successful? |
the tensorflow version is 1.15.0,and the keras version is 2.3.1,it can run successfully |
It seems like imports are broken, which version of tensorflow/keras has been used?
ImportError: cannot import name 'Adam' from 'keras.optimizers'
in line
from networks.pure_cnn import PureCnn
The text was updated successfully, but these errors were encountered: