---
title: E10011 Invalid_Argument_Tensor_Input_Shape
description: "Value %s for parameter --input_shape is invalid. Shape values must be positive integers. The error value in the shape is %s."
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/maintenref/troubleshooting/atlaserrorcode_15_0011.html
sourcePath: /source/zh/canncommercial/900/maintenref/troubleshooting/atlaserrorcode_15_0011.html
indexId: bc649407cf9324fa18b4f88a6a668c99ced0e16748a8df525389f424898f818184
---
# E10011 Invalid_Argument_Tensor_Input_Shape

#### Symptom

Value %s for parameter --input_shape is invalid. Shape values must be positive integers. The error value in the shape is %s.


#### Solution

1. In static shape scenarios, set the shape values in --input_shape to positive integers.
2. In dynamic shape scenarios, add the related dynamic-input option in your command line, such as --dynamic_batch_size, --dynamic_image_size, or --dynamic_dims.
