onnx模型转换失败,报错E10001
收藏回复举报
onnx模型转换失败,报错E10001
t('forum.solved') 已解决
发表于2023-11-12 12:10:00
0 查看

以下为报错信息

(base) root@davinci-mini:/home/HwHiAiUser/samples/notebooks/homework01-yolov8n-pose# atc --model=yolov8n-pose.onnx --framework=5 --output=yolov8new --input_format=NCHW --input_shape="input_image:1,3,640,640" --log=error --soc_version=Ascend310B1

ATC start working now, please wait for a moment. 

... 

ATC run failed, Please check the detail log, Try 'atc --help' for more information 

E10001: Value [linux] for parameter [--host_env_os] is invalid. Reason: os not supported, support setting are the OS types of opp package 

        Solution: Try again with a valid argument.

我要发帖子