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
您好,我进行了模型的训练,但是在尝试用1.wav,2.wav进行测试时,输出结果总是'一‘,用每一步epoch训练得到的模型进行测试时发现结果向着只输出一个’一‘收敛,请问这是什么原因呢? 另外,我理解ctc_loss的标准值应该是零,您的代码当中将model.fit中的y设为1是否会对结果有影响呢?(不管是否改变y的值输出都只有一个字)
The text was updated successfully, but these errors were encountered:
y不起作用,ctc应该降为1以下才算收敛。
Sorry, something went wrong.
No branches or pull requests
您好,我进行了模型的训练,但是在尝试用1.wav,2.wav进行测试时,输出结果总是'一‘,用每一步epoch训练得到的模型进行测试时发现结果向着只输出一个’一‘收敛,请问这是什么原因呢?
另外,我理解ctc_loss的标准值应该是零,您的代码当中将model.fit中的y设为1是否会对结果有影响呢?(不管是否改变y的值输出都只有一个字)
The text was updated successfully, but these errors were encountered: