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
{{ message }}
This repository was archived by the owner on Jan 24, 2024. It is now read-only.
示例程序提到的生成merged model(也就是 *.paddle文件)要准备好准备好模型配置文件(.py)和参数文件(.tar.gz)。
问题:
1.参数文件(.tar.gz)是经过PC训练生成的吧?
2.模型配置文件mobilenet.py,是个啥东东?超链接打不开,看不到是啥
3.在PC上使用模型预测时,不需要这个“模型配置文件”吧?
4.Android APP我在Windows环境下用过Android Studio开发过,请问将paddle库、merge生成的 *.paddle文件分别放到对应的文件夹下,之后就可以在Android Studio 调api了,最后打包成apk,是这样吗?还是要像[示例程序]第4步?
谢谢。。。