如题:在使用paddle推理时
ValueError: (InvalidArgument) Failed to parse program_desc from binary string.
[Hint: Expected desc_.ParseFromString(binary_str) == true, but received desc_.ParseFromString(binary_str):0 != true:1.] (at C:\home\workspace\Paddle_release\paddle\fluid\framework\program_desc.cc:103)
最后这个C:\home\workspace\Paddle_release这个路径都不存在。
环境:python3.9,paddle-cpu 2.3.0
麻烦帮我解答下,谢谢
3条答案
按热度按时间57hvy0tb1#
您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看 官网API文档 、 常见问题 、 历史Issue 、 AI社区 来寻求解答。祝您生活愉快~
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 , Github Issue and AI community to get the answer.Have a nice day!
pdtvr36n2#
你是如何使用接口的? 模型文件目录是怎样的?
看看是不是参数没传对,或者模型文件有问题。
8dtrkrch3#
您好,我这边是在EIseg中使用的,模型路径是没有问题的,我这边在两台电脑上使用 pip install eiseg安装的eiseg,打开加载模型后就直接奔溃了,提示上面的错误,换另外一台就可以了,两台都没有GPU,不清楚还会有什么会影响到。