From 97331bd29fcf96ea9d7a7e1f090969a879de4afd Mon Sep 17 00:00:00 2001 From: xsrobin <50069408+xsrobin@users.noreply.github.com> Date: Fri, 28 Jun 2019 15:47:56 +0800 Subject: [PATCH] spelling mistakes --- 03.image_classification/README.cn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03.image_classification/README.cn.md b/03.image_classification/README.cn.md index f835453..0fb2431 100644 --- a/03.image_classification/README.cn.md +++ b/03.image_classification/README.cn.md @@ -306,7 +306,7 @@ def resnet_cifar10(ipt, depth=32): return predict ``` -## Infererence Program 配置 +## Inference Program 配置 网络输入定义为 `data_layer` (数据层),在图像分类中即为图像像素信息。CIFRAR10是RGB 3通道32x32大小的彩色图,因此输入数据大小为3072(3x32x32)。 -- GitLab