You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RuntimeError: (NotFound) Cannot open file C:\Users\wqw/.paddleclas/inference_model\PULC\language_classification, please confirm whether the file is normal.
[Hint: Expected static_cast<bool>(fin.is_open()) == true, but received static_cast<bool>(fin.is_open()):0 != true:1.] (at ..\paddle\fluid\inference\api\analysis_predictor.cc:2577)
系统
工具包
功能:
代码:
错误信息
路径: 文件存在,只是路径名中的斜线异常
C:\Users\wqw/.paddleclas/inference_model\PULC\language_classification
看到别的issue里 #3311 ,提到是windows下的路径名问题
于是,我修改源码,C:\Users\wqw\AppData\Roaming\Python\Python311\site-packages\paddleclas\paddleclas.py, 49行
验证发现,路径矫正后,错误依然存在....
The text was updated successfully, but these errors were encountered: