xychen1015

Results 4 comments of xychen1015

i meet this problem too, how can u solve it?

> 更新一下paddle版本吧,推荐2.3.2 我尝试把paddle版本升级到2.3.2,会出现缺少系统文件,这是为啥呢? ![image](https://user-images.githubusercontent.com/52397468/195796160-3fe67f35-69f3-46cd-995f-f4fd9b65fd7b.png) 版本信息 ![image](https://user-images.githubusercontent.com/52397468/195796361-75087f6f-a85b-49f1-8b5e-ba96753fd6b6.png)

> 应该是paddle安装有问题或者环境问题,先看一下paddle安装成功与否 > > ``` > import paddle > paddle.utils.run_check() > ``` 感觉是环境的问题,升级后import paddle报一样的错,但是2.0.0rc1版本就没问题。这类大佬有办法解决吗?方便hi上指教一下嘛(*゚∀゚*)(chenxinyu03)

> 可以去paddle的repo下面看看有没有相关issue 你好,我刚刚又研究了一下,貌似是paddleocr默认使用gpu来预测,但是我安装的paddle版本是cpu。所以想问下,除了在这里设置参数为false外,还有哪里需要关闭paddleocr使用gpu预测呢 ![image](https://user-images.githubusercontent.com/52397468/195844208-cb87b5bd-4f4d-4643-a97e-9eff54d01b9c.png)