-
Notifications
You must be signed in to change notification settings - Fork 267
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
Decoding is repeating the same word #9
Comments
The issue is from correct_text.py, the test |
i have the same issue: |
Problem fixed. Please see my fork. |
Still have the same issue. How can I solve this kind of repeating problem? @qinbill @johnnogent |
Hi, I still have the same issue, is there a way to resolve it. |
@qinbill i have the same problem. I am using your fork |
Please use the older version of Tensorflow.
akmalkady writes:
… @qinbill i have the same problem. I am using your fork
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
--
Regards,
Jianbin Qin
--
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.
|
@qinbill thanks for your answer. I am using the default which is 3000. is that the reason why i am getting repeated words? |
I am having same repeating words problem while testing, Please help to resolve it. I am using tensorflow 0.12. |
Hello,
I have an issue
decoded = decode_sentence(sess, model, data_reader, "you must have girlfriend", corrective_tokens=corrective_tokens)
Input: you must have girlfriend
Output: you you you you you you you you you you
Any one has an idea please?
Many thanks
The text was updated successfully, but these errors were encountered: