E10031 Invalid_Argument_Tensor_Input_Shape
Symptom
--dynamic_batch_size is included, but none of the nodes specified in --input_shape has a batch size equaling -1.
Possible Cause
As --dynamic_batch_size is included, ensure that at least one of the nodes specified in --input_shape has a batch size equaling -1.
Solution
- In static shape scenarios, remove the --dynamic_batch_size option from your command line.
- In dynamic shape scenarios, set the corresponding axis of the dynamic-shape input in --input_shape to -1.
父主题: GE Errors