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
训练完后,不会生成一个总的模型文件,而是每轮训练完成后自动生成一个模型文件,例如我训练了10轮,训练完后,model文件里面会有epoch1-epoch10的文件夹,最后在去生成文章的时候,该选择哪一轮的模型作为制定生成文章的模型呢,
The text was updated successfully, but these errors were encountered:
最后一个
Sorry, something went wrong.
@yuyang116 你这个不太严谨,应该是看loss和acc,然后对比得出最佳的选择。不然过拟合和欠拟合都不好。
No branches or pull requests
训练完后,不会生成一个总的模型文件,而是每轮训练完成后自动生成一个模型文件,例如我训练了10轮,训练完后,model文件里面会有epoch1-epoch10的文件夹,最后在去生成文章的时候,该选择哪一轮的模型作为制定生成文章的模型呢,
The text was updated successfully, but these errors were encountered: