From b880cb9d3c66c2d3f309772ad6446bc7a35fa00d Mon Sep 17 00:00:00 2001 From: Jason Date: Tue, 30 Jul 2019 19:31:50 +0800 Subject: [PATCH] Update Q&A.md --- Q&A.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Q&A.md b/Q&A.md index 835efab..995df71 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』?** A:该提示信息表示无法从TensorFlow的pb模型中获取到输入tensor(tensor名为"input:)的shape信息,所以需要用户手动在提示后输入详细的shape信息,如None,224,224,3 其中None表示Batch -- GitLab