-
Notifications
You must be signed in to change notification settings - Fork 98
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
Is there an error inside the _eval_epoch function? #32
Comments
Hello, I met the same problem. How did you solve it?@1172135979 |
Even I'm facing the same problem. If there is any work around pls share |
Hi, Just want to check if someone facing this problem has found a workaround? I'm also facing the same issue. Please share the workaround. |
Facing the same problem. |
Fixed by setting |
Hi @Victor0118 Thanks for the response. The fix you suggested seems to be working however, I've got into another error here Abstractive-Summarization-With-Transfer-Learning/texar_repo/examples/transformer/bleu_tool.py Line 134 in 745b026
|
Is there an error inside the _eval_epoch function?
After debugging, I found that this function would enter an endless loop, and no operation could overflow it, and [batch] acquisition of batch data seems to never be exhausted. Is there any mistake in my operation?
Looking forward to your reply!
The text was updated successfully, but these errors were encountered: