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
如果训练中断了怎么能继续我中断之前的状态继续训练,例如从一台服务器迁移到另一台服务器,只迁移了上一次计算的模型
The text was updated successfully, but these errors were encountered:
@onoff888 只需要将上一次训练时的输出文件夹(即存储模型的文件夹,需要包含里面的模型)拷贝到另一台服务器,然后在下一次训练时,将output这个参数设置成为这个文件夹的路径名即可。
Sorry, something went wrong.
No branches or pull requests
如果训练中断了怎么能继续我中断之前的状态继续训练,例如从一台服务器迁移到另一台服务器,只迁移了上一次计算的模型
The text was updated successfully, but these errors were encountered: