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
运行evaluate.py时,遇到如下报错,请问博主,这个该如何解决呀? raise ZeroDivisionError('Fraction(%s, 0)' % numerator) ZeroDivisionError: Fraction(0, 0)
The text was updated successfully, but these errors were encountered:
我也遇到同樣的問題,請問解決了嗎?
Sorry, something went wrong.
你把beam_size改为1试一下
@yangtf-210310,正解,我也是同样的问题
成功了,謝謝。
No branches or pull requests
运行evaluate.py时,遇到如下报错,请问博主,这个该如何解决呀?
raise ZeroDivisionError('Fraction(%s, 0)' % numerator)
ZeroDivisionError: Fraction(0, 0)
The text was updated successfully, but these errors were encountered: