diff --git a/03.image_classification/README.cn.md b/03.image_classification/README.cn.md index f835453a9e9431c6492bf6a98cd0e306546fc667..0fb24313873d075216ff083966cf21610803bd40 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 15bab00223de594218ee099385667f644b148bd7..19f857a3bf174d7bfdb512f10cd127d3aaca3982 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)。