We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
plz provide the version keras
The text was updated successfully, but these errors were encountered:
Even I am facing the same issue. InvalidArgumentError: indices[59,0] = 9517 is not in [0, 9517) [[{{node embedding_1/embedding_lookup}}]]
Sorry, something went wrong.
For both embedding layers, need to add 1 to num_decoder_tokens. That's how I solved mine.
dec_emb_layer = Embedding(num_decoder_tokens +1 , latent_dim, mask_zero = True)
No branches or pull requests
plz provide the version keras
The text was updated successfully, but these errors were encountered: