Skip to content
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

Open
johnnogent opened this issue Jun 14, 2017 · 9 comments
Open

Decoding is repeating the same word #9

johnnogent opened this issue Jun 14, 2017 · 9 comments

Comments

@johnnogent
Copy link

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

@johnnogent
Copy link
Author

The issue is from correct_text.py, the test
tf.gfile.Exists(ckpt.model_checkpoint_path) is failing.
I am in Python 2.7 , tensorflow 0.12 on ubuntu

@jinjiaji512
Copy link

i have the same issue:
Input: so they travel around from place to place and preach ?
Output: from from from from from from from from from from from from from from from

@qinbill
Copy link

qinbill commented Oct 1, 2017

Problem fixed. Please see my fork.

@longzaitianguo
Copy link

Still have the same issue. How can I solve this kind of repeating problem? @qinbill @johnnogent

@sg1112
Copy link

sg1112 commented Feb 24, 2018

Hi, I still have the same issue, is there a way to resolve it.

@akmalkadi
Copy link

@qinbill i have the same problem. I am using your fork

@qinbill
Copy link

qinbill commented Mar 26, 2018 via email

@akmalkadi
Copy link

@qinbill thanks for your answer.
I installed version 0.12.1 and I did the training again. I got the same problem.

I am using the default which is 3000. is that the reason why i am getting repeated words?

@dharm033075
Copy link

I am having same repeating words problem while testing, Please help to resolve it. I am using tensorflow 0.12.
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants