Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

spelling mistakes #765

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 03.image_classification/README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ def resnet_cifar10(ipt, depth=32):
return predict
```

## Infererence Program 配置
## Inference Program 配置

网络输入定义为 `data_layer` (数据层),在图像分类中即为图像像素信息。CIFRAR10是RGB 3通道32x32大小的彩色图,因此输入数据大小为3072(3x32x32)。

Expand Down