转换命令
atc --model=${model_name}.onnx --framework=5 \
--output=${model_name} \
--input_shape="images:1,3,640,640" \
--insert_op_conf=./aipp.cfg \
--soc_version=Ascend310 \
--input_format=NCHW \
--log=info
日志
[WARNING] TBE:2025-01-03-10:43:08 [codegen_cce.cc:838] CCE Overflow function do not support current SOC platform: Ascend310. Please turn off build config: status_check.
转换命令
日志
[WARNING] TBE:2025-01-03-10:43:08 [codegen_cce.cc:838] CCE Overflow function do not support current SOC platform: Ascend310. Please turn off build config: status_check.