You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by zh...@apache.org on 2021/10/08 08:45:54 UTC

[singa] branch dev updated: Update README.md for cifar_distributed_cnn example

This is an automated email from the ASF dual-hosted git repository.

zhaojing pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/singa.git


The following commit(s) were added to refs/heads/dev by this push:
     new 37f3d84  Update README.md for cifar_distributed_cnn example
     new 00320af  Merge pull request #886 from zlheui/update-distributed-cnn-cifar
37f3d84 is described below

commit 37f3d84d470074919d0856602a07cb5cd2afa33e
Author: zhulei <zl...@gmail.com>
AuthorDate: Fri Oct 8 13:05:08 2021 +0800

    Update README.md for cifar_distributed_cnn example
---
 examples/cifar_distributed_cnn/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/cifar_distributed_cnn/README.md b/examples/cifar_distributed_cnn/README.md
index ba5452a..388a627 100644
--- a/examples/cifar_distributed_cnn/README.md
+++ b/examples/cifar_distributed_cnn/README.md
@@ -20,8 +20,8 @@
 # Image Classification using Convolutional Neural Networks
 
 Examples inside this folder show how to train CNN models using 
-SINGA for image classification. In this folder, the data augmentation 
-is done once before the training.
+SINGA for image classification. The data augmentation is done 
+only once before the training.
 
 * `data` includes the scripts for preprocessing image datasets.
   Currently, MNIST, CIFAR10 and CIFAR100 are included.