Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the API,FAQ and Github Issue to get the answer.Have a nice day!
6条答案
按热度按时间qij5mzcb1#
您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看官网文档、常见问题、历史Issue来寻求解答。祝您生活愉快~
Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the API,FAQ and Github Issue to get the answer.Have a nice day!
ckocjqey2#
要跑量化模型,必须先用paddleslim转paddle模型,然后转之后的模型再使用opt。直接使用opt是不会生成量化模型的
lp0sw83n3#
如果不先用paddleslim转paddle模型,直接用opt转换到Paddle-Lite模型,可以放到手机里用吗?
uurv41yg4#
可以,这样跑的是就是普通前向模型,未进行int8量化的模型。
vddsk6oq5#
这样未进行量化的模型,是不是在手机上上性能要差很多?
kiz8lqtg6#
不会的,即使不量化,paddle lite也做了一些优化,确保模型的性能。