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 want to add a custom attention layer to my model but when I run the code in #15 (mzbac commented on Feb 8, 2018), I received the following error
cannot import name 'Layer' from 'keras.engine'
I think the problem is with importing Recurrent from keras.layers.recurrent
any suggestions to solve this issue?
The text was updated successfully, but these errors were encountered:
I want to add a custom attention layer to my model but when I run the code in
#15 (mzbac commented on Feb 8, 2018), I received the following error
cannot import name 'Layer' from 'keras.engine'
I think the problem is with importing Recurrent from keras.layers.recurrent
any suggestions to solve this issue?
The text was updated successfully, but these errors were encountered: