-
Notifications
You must be signed in to change notification settings - Fork 13
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
ImportError: cannot import name 'CuDNNLSTM' from 'keras.layers' #9
Comments
More advances, after installing a conda environment with python3.6, and trying to run the example I am getting this error:
I would love trying to help with this but I am just fluent in PyTorch, and have not used keras too much. Any ideas how to solve this issue? Best, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried using SMILES-X with a recent environment, and the example notebook is failing with the following error:
This is due to the latest version of Keras deprecating
CuDNNLSTM
. As I am under a conda environment with Python3.8, I tried installing the version2.3.0
of Keras but not possible:It seems the only way to use SMILES-X would be to install an environment with Python3.6 and use the Keras version posted above, which becomes very inconvenient on my setup to access my jupyterlab instance.
The text was updated successfully, but these errors were encountered: