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/11/23 10:21:10 UTC

[singa] branch dev updated: Update README.md for largedataset_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 0d7f644  Update README.md for largedataset_cnn example
     new 37d7c73  Merge pull request #899 from NLGithubWP/update-read-me
0d7f644 is described below

commit 0d7f64435804ac68184c29a6b3f540b1bafcaea5
Author: nailixing <xi...@gmail.com>
AuthorDate: Mon Nov 22 20:29:55 2021 +0800

    Update README.md for largedataset_cnn example
---
 examples/largedataset_cnn/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/largedataset_cnn/README.md b/examples/largedataset_cnn/README.md
old mode 100644
new mode 100755
index e6a2d06..9a757a6
--- a/examples/largedataset_cnn/README.md
+++ b/examples/largedataset_cnn/README.md
@@ -17,7 +17,7 @@
     under the License.
 -->
 
-# Image Classification using Convolutional Neural Networks with a dataset from the filesysetm
+# Image Classification using Convolutional Neural Networks with datasets from the filesysetm
 
 Examples inside this folder show how to train CNN models using SINGA for image classification where the dataset
 is from the filesystem.