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 2023/05/02 11:00:55 UTC

[singa] branch dev updated: Add training scripts for xceptionnet

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 8edcb96e Add training scripts for xceptionnet
     new 374fef4a Merge pull request #1056 from zmeihui/23-4-27
8edcb96e is described below

commit 8edcb96e8a125dd5d6098529e45c1b8d0a1ea05f
Author: zmeihui <me...@bit.edu.cn>
AuthorDate: Thu Apr 27 17:37:29 2023 +0800

    Add training scripts for xceptionnet
---
 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 ff00642e..3f39694b 100755
--- a/examples/cifar_distributed_cnn/run-rtx.sh
+++ b/examples/cifar_distributed_cnn/run-rtx.sh
@@ -38,3 +38,7 @@ mpiexec -np 8 python train_mpi.py mlp cifar100 -l 0.015 -b 32
 mpiexec -np 8 python train_mpi.py alexnet mnist -l 0.015 -b 32
 mpiexec -np 8 python train_mpi.py alexnet cifar10 -l 0.015 -b 32
 mpiexec -np 8 python train_mpi.py alexnet cifar100 -l 0.015 -b 32
+
+# xceptionnet 
+mpiexec -np 8 python train_mpi.py xceptionnet mnist -l 0.015 -b 32
+mpiexec -np 8 python train_mpi.py xceptionnet cifar10 -l 0.015 -b 32
\ No newline at end of file