Paddle AssertionError: Can not find [conv2d_51.w_0] in model file [./output/det_db/best_accuracy.pdparams]

mctunoxg  于 2022-04-21  发布在  Java
关注(0)|答案(3)|浏览(203)

为使您的问题得到快速解决,在建立Issue前,请您先通过如下方式搜索是否有相似问题:【搜索issue关键字】【使用labels筛选】【官方文档】

建立issue时,为快速解决问题,请您根据使用情况给出如下信息:

  • 标题:请包含关键词“安装错误”/“编译错误”,例如“Mac编译错误”
  • 版本、环境信息:

   1)PaddlePaddle版本:pp版本=2.1.2

 3)GPU:显卡2080ti,cuda 10.5,libcudnn.so.7.5.0
   4)系统环境:linux,python 3.7

  • 安装方式信息:

1)pip安装
AssertionError: Can not find [conv2d_51.w_0] in model file [./output/det_db/best_accuracy.pdparams]

AssertionError: Can not find [conv2d_51.w_0] in model file [/home/igi/temTest/PaddleOCR-develop/output/det_db/best_accuracy.pdparams]
已经是绝对路径了

yquaqz18

yquaqz181#

您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看官网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!

zvokhttg

zvokhttg2#

看起来是加载的模型没有其中一个变量,保存的模型和期望加载的模型是同一个吗?

相关问题