From dcad7312e3e4a8c177c9beff7b1c879d3559606d Mon Sep 17 00:00:00 2001 From: Xi Chen Date: Fri, 15 Sep 2017 14:00:20 -0700 Subject: [PATCH] fix typo --- 03.image_classification/README.md | 2 +- 03.image_classification/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/03.image_classification/README.md b/03.image_classification/README.md index e3d568e..c7803f4 100644 --- a/03.image_classification/README.md +++ b/03.image_classification/README.md @@ -160,7 +160,7 @@ Figure 11. CIFAR10 dataset[21] `paddle.datasets` package encapsulates multiple public datasets, including `cifar`, `imdb`, `mnist`, `moivelens` and `wmt14`, etc. There's no need to manually download and preprocess CIFAR-10. -After running the command `python train.py`, training will start immediately. The following sections wil describe in details. +After running the command `python train.py`, training will start immediately. The following sections will describe in details. ## Model Structure diff --git a/03.image_classification/index.html b/03.image_classification/index.html index 5e859fe..e4caac7 100644 --- a/03.image_classification/index.html +++ b/03.image_classification/index.html @@ -202,7 +202,7 @@ Figure 11. CIFAR10 dataset[21] `paddle.datasets` package encapsulates multiple public datasets, including `cifar`, `imdb`, `mnist`, `moivelens` and `wmt14`, etc. There's no need to manually download and preprocess CIFAR-10. -After running the command `python train.py`, training will start immediately. The following sections wil describe in details. +After running the command `python train.py`, training will start immediately. The following sections will describe in details. ## Model Structure -- GitLab