-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
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
【Hackathon 5th No.64】PaddleSeg套件模型接入动转静训练功能-part #3592
Conversation
Thanks for your contribution! |
是否可以在列表后面或者是最后贴上命令(动态图 + 动转静)方便后续复现。 |
已附上命令,因为 |
是这样的,后续我们会将这些模型接入到一个例行监控平台,自动平台可无法支持修改一个yaml然后在改回来,会有不方便的过程。所以我们希望一个命令直接可以运行动转静。
来开启动转静训练。
麻烦同学按照上述的要求,修改一下命令行吧。如果需要支持覆写也麻烦支持一下。感谢~~~ |
好的,已修改~ 因为 修改后既可以在配置文件中通过 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR types
Others
PR changes
Others
Description
PaddleSeg套件模型接入动转静训练功能