EZ0001 Invalid Input Shape

Symptom

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

Possible Cause

N/A

Solution

  1. Check whether the input shape is correct.
  2. Dump GE Graph, find error node in graph and check the shape.

    如何获取GE Graph以及GE Graph的详细介绍,请参见ATC工具指南中的dump图详细信息章节。