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 2022/12/01 04:53:39 UTC

[singa] branch dev updated: Add running script for cnn cifar datasets

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 8289265c Add running script for cnn cifar datasets
     new 2002478b Merge pull request #1009 from wannature/singa_v24
8289265c is described below

commit 8289265cabbf5d4d7e1bf91ff7dcab235baa9ac5
Author: wenqiao zhang <we...@zju.edu.cn>
AuthorDate: Thu Dec 1 12:45:13 2022 +0800

    Add running script for cnn cifar datasets
---
 examples/cnn/run.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/examples/cnn/run.sh b/examples/cnn/run.sh
index 2cba4dea..f8416897 100644
--- a/examples/cnn/run.sh
+++ b/examples/cnn/run.sh
@@ -20,3 +20,5 @@
 python train_cnn.py cnn mnist
 python train_cnn.py mlp cifar10
 python train_cnn.py mlp cifar100
+python train_cnn.py cnn cifar10
+python train_cnn.py cnn cifar100