You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
请提出你的问题 Please ask your question
I've successfully trained a PPLiteSeg model with STDC2 backbone using the PaddleSeg API by following the official API example. However, I'm facing challenges when trying to deploy the model, as most deployment examples in the documentation use YAML configuration files.
Questions:
Is there a way to deploy a model trained using API-based code without converting it to a YAML configuration?
If conversion to YAML is necessary, how can I convert my API-based training code to a YAML configuration file efficiently for model export and deployment?
Is there an official YAML config file for PPLiteSeg with STDC2 backbone that uses the same default values as in the API example? I couldn't find a similar one to use as a starting point.
问题确认 Search before asking
请提出你的问题 Please ask your question
I've successfully trained a PPLiteSeg model with STDC2 backbone using the PaddleSeg API by following the official API example. However, I'm facing challenges when trying to deploy the model, as most deployment examples in the documentation use YAML configuration files.
Questions:
Current API-based training code:
Any guidance on converting this API-based configuration to a YAML file or finding a suitable starting point would be greatly appreciated. Thank you!
The text was updated successfully, but these errors were encountered: