onnx转换为om模型时报错怎么解决
收藏回复举报
onnx转换为om模型时报错怎么解决
t('forum.solved') 已解决
发表于2024-05-29 10:48:15
0 查看

cke_143.png

在转换改进后的yolov8模型时报了这个报错,请问怎么解决?

硬件:Atlas 200I DK A2,

cann版本: Ascend-cann-toolkit_8.0.RC1.alpha001_linux-aarch64,

转换模型输入的指令:

 atc --framework=5 --model=best.onnx --input_format=NCHW --input_shape='images:8,3,640,640' --output_type=FP16 --output=yolov8s_bs8 --log=error --soc_version=Ascend310B4 --insert_op_conf=aipp.cfg 

我要发帖子