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)。