-
Notifications
You must be signed in to change notification settings - Fork 378
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
y_permute_dim.pop(-2) pop index out of range #27
Comments
I have same problems in "eij = K.tanh(K.dot(x, self.W))", it says IndexError: pop index out of range, my keras is 1.2.2, can you tell me what's going on? |
same problem |
1 similar comment
same problem |
I have encountered the same problem now, how did you solve it? |
@imgoodman @DingYunxia You can switch Keras backend to Theano. This might be helpful to change the backend of Keras
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi, this is an awesome implementation.
However, when I use AttLayer, I got an IndexError: pop index out of range.
It is found in eij = K.tanh(K.dot(x, self.W)).
Then, y_permute_dim =[y_permute_dim.pop(-2)] + y_permute_dim.
my keras is 2.1.5.
Thanks a lot
The text was updated successfully, but these errors were encountered: