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
Bug
source
3.6.0
Yes
Linux Ubuntu 24.04
3.10.15
NVIDIA GeForce RTX 4060 8GB
I have noticed that the decoded sentence is the same as the input sentence (please see [1]).
https://colab.research.google.com/drive/1Y3_dgwqEQugOsoyth2Wu31YgORufzmsc?usp=sharing
tf.Tensor( [[ 34 358 31 42 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]], shape=(1, 20), dtype=int64) tf.Tensor( [[ 2 358 31 42 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]], shape=(1, 20), dtype=int64) I'm angry with her. [start] estudiar las esta
The text was updated successfully, but these errors were encountered:
sachinprasadhs
No branches or pull requests
Issue Type
Bug
Source
source
Keras Version
3.6.0
Custom Code
Yes
OS Platform and Distribution
Linux Ubuntu 24.04
Python version
3.10.15
GPU model and memory
NVIDIA GeForce RTX 4060 8GB
Current Behavior?
I have noticed that the decoded sentence is the same as the input sentence (please see [1]).
Standalone code to reproduce the issue or tutorial link
https://colab.research.google.com/drive/1Y3_dgwqEQugOsoyth2Wu31YgORufzmsc?usp=sharing
Relevant log output
The text was updated successfully, but these errors were encountered: