EZ0005 Invalid Input ShapeSize

Symptom

OP[%s] %sth input has incorrect shape size[: %s], it should be[: %s].

Possible Cause

N/A

Solution

  1. Check input dimensions.
  2. Dump GE Graph, find error node in graph and check input dimension.

    如何获取GE Graph以及GE Graph的详细介绍,请参见ATC离线模型编译工具用户指南中的“参考 > dump图详细信息章节。