-
Notifications
You must be signed in to change notification settings - Fork 241
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
cannot import name 'Recurrent' from 'keras.layers.recurrent' #55
Comments
I am having same issue |
I tried "from keras.layers import RNN" but it says I miss "cell" |
layer Recurrent has been depricated in new keras. |
i have the same question |
已收到邮件。
|
请问你是收到了recurrent模块的文件吗?我遇到了同样的问题 |
已收到邮件。
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cannot import name 'Recurrent' from 'keras.layers.recurrent'
The text was updated successfully, but these errors were encountered: