-
Notifications
You must be signed in to change notification settings - Fork 257
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
ERROR in week 3 Machine Translation #1
Comments
Is there any resolution for this error yet? I am facing similar error. I am using Keras- "2.2.4" |
I have the same error also |
I edited code with this: source = string_to_int(example, Tx, human_vocab) Then, I got another error: I downgraded TF version to 2.0.0 instead of 2.3.0. Anybody able to solve the issue? I am stuck on this. |
i changed this line of code and worked:
|
this also work |
Hi,
In the line
----> 8 prediction = model.predict([source, s0, c0])
why am i getting the error "Error when checking : expected X to have 3 dimensions, but got array with shape (37, 30)"
The text was updated successfully, but these errors were encountered: