From 25cab9f52869c8a11391e17500c9fdc3ea931cb3 Mon Sep 17 00:00:00 2001 From: ruri Date: Wed, 10 Jul 2019 19:26:29 +0800 Subject: [PATCH] fix typo:Infererence (#770) --- 03.image_classification/README.cn.md | 2 +- 03.image_classification/index.cn.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)。 diff --git a/03.image_classification/index.cn.html b/03.image_classification/index.cn.html index 15bab00..19f857a 100644 --- a/03.image_classification/index.cn.html +++ b/03.image_classification/index.cn.html @@ -348,7 +348,7 @@ def resnet_cifar10(ipt, depth=32): return predict ``` -## Infererence Program 配置 +## Inference Program 配置 网络输入定义为 `data_layer` (数据层),在图像分类中即为图像像素信息。CIFRAR10是RGB 3通道32x32大小的彩色图,因此输入数据大小为3072(3x32x32)。 -- GitLab