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
Describe the bug
Please provide a clear and concise description of what the bug is, and specify the notebook name and the cell number at which the problem occurs (or the chapter and page in the book).
When executing code in q8 cpt 16, there is one issue
ValueError: Exception encountered when calling GRU.call().
Cannot index into an inner ragged dimension.
Arguments received by GRU.call():
• sequences=tf.Tensor(shape=(None, None, 5), dtype=float32)
• initial_state=None
• mask=None
• training=True
To Reproduce
Please copy the code that fails here, using code blocks like this:
Thanks for helping us improve this project!
Describe the bug
Please provide a clear and concise description of what the bug is, and specify the notebook name and the cell number at which the problem occurs (or the chapter and page in the book).
When executing code in q8 cpt 16, there is one issue
ValueError: Exception encountered when calling GRU.call().
To Reproduce
Please copy the code that fails here, using code blocks like this:
And if you got an exception, please copy the full stacktrace here:
Expected behavior
A clear and concise description of what you expected to happen.
shoud train successfully
Screenshots
If applicable, add screenshots to help explain your problem.
https://screenbud.com/shot/f025e559-e87e-4751-b852-aa714fbdacf7
Versions (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: