atc转换失败EZ3002Reason:Dynamic shape is not supported on this chip!
收藏回复举报
atc转换失败EZ3002Reason:Dynamic shape is not supported on this chip!
t('forum.solved') 已解决
发表于2024-11-21 11:33:15
0 查看

 CANN版本:8.0.RC3.alpha001

转换命令:atc --model=detection00.onnx --framework=5 --soc_version=Ascend310 --output=detect

报错信息:

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

EZ3002: 2024-11-21-11:19:07.980.013 Optype [Transpose] of Ops kernel [AIcoreEngine] is unsupported. Reason: Dynamic shape is not supported on this chip!. 

        Possible Cause: The operator type is unsupported in the operator information library due to specification mismatch. 

        Solution: Submit an issue to request for support at https://gitee.com/ascend, or remove this type of operators from your model. 

        TraceBack (most recent call last): 

        Optype [GatherV2] of Ops kernel [AIcoreEngine] is unsupported. Reason: Dynamic shape is not supported on this chip!. 

        No supported Ops kernel and engine are found for [PartitionedCall_/Transpose_2_Transpose_39], optype [Transpose]. 

        Optype [Less] of Ops kernel [AIcoreEngine] is unsupported. Reason: Dynamic shape is not supported on this chip!. 

        No supported Ops kernel and engine are found for [PartitionedCall_/Gather_2_gatherv2_44], optype [GatherV2]. 

        No supported Ops kernel and engine are found for [/Less_1], optype [Less]. 

        Assert ((SelectEngine(node_ptr, exclude_engines, is_check_support_success, op_info)) == ge::SUCCESS) failed[FUNC:operator()][FILE:engine_place.cc][LINE:144] 

        Optype [GreaterEqual] of Ops kernel [AIcoreEngine] is unsupported. Reason: Dynamic shape is not supported on this chip!. 

        No supported Ops kernel and engine are found for [/GreaterOrEqual_1], optype [GreaterEqual]. 

        Optype [LogicalAnd] of Ops kernel [AIcoreEngine] is unsupported. Reason: Dynamic shape is not supported on this chip!. 

        No supported Ops kernel and engine are found for [/Less], optype [Less]. 

        No supported Ops kernel and engine are found for [PartitionedCall_/Gather_1_gatherv2_26], optype [GatherV2]. 

        No supported Ops kernel and engine are found for [/And_3], optype [LogicalAnd]. 

        No supported Ops kernel and engine are found for [/GreaterOrEqual], optype [GreaterEqual]. 

        No supported Ops kernel and engine are found for [/And_2], optype [LogicalAnd]. 

        No supported Ops kernel and engine are found for [PartitionedCall_/Transpose_4_Transpose_46], optype [Transpose]. 

        No supported Ops kernel and engine are found for [/And_4], optype [LogicalAnd]. 

        Optype [GatherNd] of Ops kernel [AIcoreEngine] is unsupported. Reason: Dynamic shape is not supported on this chip!. 

        No supported Ops kernel and engine are found for [/GatherND_1], optype [GatherNd]. 

        No supported Ops kernel and engine are found for [/GatherND], optype [GatherNd]. 

        No supported Ops kernel and engine are found for [/GatherND_2], optype [GatherNd]. 

        No supported Ops kernel and engine are found for [PartitionedCall_/Gather_3_gatherv2_37], optype [GatherV2]. 

        build graph failed, graph id:0, ret:-1[FUNC:BuildModelWithGraphId][FILE:ge_generator.cc][LINE:1608] 

        GenerateOfflineModel execute failed.

经检查发现模型靠近输出部分确实为动态shape

ScreenShot_20241121112538.PNG

我要发帖子