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
- In static shape scenarios, set the shape values in --input_shape to positive integers.
- 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.
父主题: GE Errors