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/01/18 11:03:48 UTC

[singa] branch dev updated: update running script for cnn

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 dd1250e  update running script for cnn
     new 813851c  Merge pull request #919 from ykklcc/cnn-cifar-script
dd1250e is described below

commit dd1250e89b2116bc92d695417f90517045a1422a
Author: ykklcc <li...@nudt.edu.cn>
AuthorDate: Tue Jan 18 17:48:40 2022 +0800

    update running script for cnn
---
 examples/cifar_distributed_cnn/run-rtx.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/examples/cifar_distributed_cnn/run-rtx.sh b/examples/cifar_distributed_cnn/run-rtx.sh
index da11ff9..9b73653 100755
--- a/examples/cifar_distributed_cnn/run-rtx.sh
+++ b/examples/cifar_distributed_cnn/run-rtx.sh
@@ -18,5 +18,9 @@
 #
 
 #!/usr/bin/env python -W ignore::DeprecationWarning
+
+# resnet
 mpiexec -np 8 python train_mpi.py resnet cifar10 -l 0.015 -b 32
 
+# cnn
+mpiexec -np 8 python train_mpi.py cnn cifar10 -l 0.015 -b 32