昇腾社区首页
中文
注册
开发者
下载

E10002 Invalid_Argument_Tensor_Input_Shape

Symptom

Value %s for parameter --input_shape is invalid. Reason: %s. The value must be formatted as %s.

Solution

The valid format is input_name1:n1,c1,h1,w1;input_name2:n2,c2,h2,w2. Replace input_name with node names. Ensure that the shape values are integers.