---
title: E10002 Invalid_Argument_Tensor_Input_Shape
description: "Value %s for parameter --input_shape is invalid. Reason: %s. The value must be formatted as %s."
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/maintenref/troubleshooting/atlaserrorcode_15_0002.html
sourcePath: /source/zh/canncommercial/900/maintenref/troubleshooting/atlaserrorcode_15_0002.html
indexId: 8dfaabeac70505b3cfdbdee96bec8907629ad2501e341b64d369e142f267cb5284
---
# 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.
