Skip to content

在昇腾Atlas 300I DOU上用GPU模式运行PaddleX失败 #3890

@WildCamel

Description

@WildCamel

在昇腾Atlas 300I DOU,也就是310P3上安装官网https://www.paddlepaddle.org.cn/安装的是3.0正式版:
python -m pip install paddlepaddle==3.0.0 -i https://www.paddlepaddle.org.cn/packages/stable/cpu/
python -m pip install paddle-custom-npu==3.0.0 -i https://www.paddlepaddle.org.cn/packages/stable/npu/

测试CPU模式运行成功:paddlex --pipeline OCR --input 20250422194646_575_20420_680781a644465.jpeg --device cpu:0
测试NPU模式运行失败:paddlex --pipeline OCR --input 20250422194646_575_20420_680781a644465.jpeg --device npu:0

Image|

我尝试安装paddlex==3.0rc0,重新运行paddlex --pipeline OCR --input 20250422194646_575_20420_680781a644465.jpeg --device npu:0,报错:

Image

然我翻了之前的贴纸,修改paddlex/configs/pipelines/OCR.yaml中的use_textline_orientation为False,重新运行报错:

Image

请问正式版目前已经支持昇腾310P3了吗?能帮我看下这个报错大概是什么问题吗?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions