Paddle save_inference_model

km0tfn4u  于 2022-11-13  发布在  其他
关注(0)|答案(5)|浏览(189)

paddle 1.6
多次save_inference_model保存下来的参数会有问题,问题类似 #20299 这个issue中的情况,看到了回复的有两种解决办法,但是不是很清楚具体怎么做,可以给个例子吗?

n8ghc7c1

n8ghc7c11#

您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看 官网API文档常见问题历史IssueAI社区 来寻求解答。祝您生活愉快~

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 APIFAQGithub Issue and AI community to get the answer.Have a nice day!

csga3l58

csga3l582#

升级下 paddle 试一试,看是否出现相同的问题。

hfyxw5xn

hfyxw5xn3#

不太方便升级paddle... 升级的话需要重新配置环境和重构一些业务代码

mzmfm0qo

mzmfm0qo4#

辛苦看看怎么从代码上解决这个问题吧

o0lyfsai

o0lyfsai5#

@March35
就是在调用 save inference model 前加一个 program.clone

静态图的 program api 文档参照 https://www.paddlepaddle.org.cn/documentation/docs/zh/api/paddle/static/Program_cn.html#clone-for-test-false

相关问题