diff --git a/Q&A.md b/Q&A.md index 58a820d7891504b8f406d446b388f075eda87a63..835efab1f766d8c271ab78af96b94ae11a1567ff 100644 --- a/Q&A.md +++ b/Q&A.md @@ -1,4 +1,4 @@ 常见问题 -**Q1. TensorFlow模型转换过程中,提示『Unknown shape for input tensor[tensor name: "input"], Please define shape of input here』?** +**Q1. TensorFlow模型转换过程中,提示『Unknown shape for input tensor[tensor name: "input"], Please define shape of input here』?** A:该提示信息表示无法从TensorFlow的pb模型中获取到输入tensor(tensor名为"input:)的shape信息,所以需要用户手动在提示后输入详细的shape信息,如None,224,224,3 其中None表示Batch