PaddlePaddle / PaddleClas

A treasure chest for visual classification and recognition powered by PaddlePaddle
Apache License 2.0
5.33k stars 1.15k forks source link

KeyError: 'save_infer_model/scale_0.tmp_1.lod' #3123

Open ericosmic opened 2 months ago

ericosmic commented 2 months ago

利用pdserving 部署ppshitu , 启动服务正常,请求服务时报错如下: image

查看日志中报错信息如下: image

有人遇到过这个问题吗

changdazhou commented 2 months ago

应该是fetch_map没有正确的建立索引关系,建议去源码检查一下这个fetch_map是什么时候初始化的