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
在编译train文件的时候显示找不到epoch18.pkl 打断点检测发现根本没进入到生成该文件的语句请问怎么回事
The text was updated successfully, but these errors were encountered:
把my_arguments.py里预训练default默认改为None就行,估计当时博主也是中断后重新开始训练的 self.parser.add_argument("--pretrain", type=str, default=None, help="pretrain model path")
self.parser.add_argument("--pretrain", type=str, default=None, help="pretrain model path")
Sorry, something went wrong.
No branches or pull requests
在编译train文件的时候显示找不到epoch18.pkl 打断点检测发现根本没进入到生成该文件的语句请问怎么回事
The text was updated successfully, but these errors were encountered: