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/09/04 07:08:14 UTC

[singa] branch dev updated: update the README 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 5de5e1e  update the README for cifar_distributed_cnn example
     new f9373c6  Merge pull request #877 from zlheui/cifar-distributed-cnn
5de5e1e is described below

commit 5de5e1e2f060d4b1fa5ee6b824b8c0c736f83062
Author: zhulei <zl...@gmail.com>
AuthorDate: Sat Sep 4 13:34:10 2021 +0800

    update the README for cifar_distributed_cnn example
---
 examples/cifar_distributed_cnn/README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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