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
from paddlex import create_pipeline
ocr=create_pipeline(pipeline='OCR')
Using official model (PP-LCNet_x1_0_doc_ori), the model files will be automatically downloaded and saved in /root/.paddlex/official_models.
Illegal instruction
Checklist:
描述问题
我只用到了ocr功能,原来是使用python.3.11-slim的基础镜像,整个镜像只有1G不到,但是通过create_pipeline=OCR时报Illegal instruction,完全不知道什么原因。
查看相关issue,基本是让换官方镜像。把基础镜像换了,一跑构建,发现这镜像奇大,9.55GB。太离谱了。
官方镜像 ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlex/paddlex:paddlex3.0.0rc1-paddlepaddle3.0.0-cpu
本机 Docker version 28.0.4, build b8034c0
复现
您是否已经正常运行我们提供的教程?
您是否在教程的基础上修改代码内容?还请您提供运行的代码
您使用的数据集是?
请提供您出现的报错信息及相关log
环境
请提供您使用的PaddlePaddle和PaddleX的版本号
请提供您使用的操作系统信息,如Linux/Windows/MacOS
请问您使用的Python版本是?
请问您使用的CUDA/cuDNN的版本号是?
The text was updated successfully, but these errors were encountered: