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/05/18 08:27:46 UTC

[singa] branch dev updated: script for distributed training of cifar-10

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 e5f1ae5  script for distributed training of cifar-10
     new 342efed  Merge pull request #845 from naili-xing/cifar-distributed-cnn-script
e5f1ae5 is described below

commit e5f1ae536432b08e4880070b69261b14ba831c0d
Author: nailixing <xi...@gmail.com>
AuthorDate: Sun May 16 11:39:56 2021 +0800

    script for distributed training of cifar-10
---
 examples/cifar_distributed_cnn/run-rtx.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/examples/cifar_distributed_cnn/run-rtx.sh b/examples/cifar_distributed_cnn/run-rtx.sh
new file mode 100644
index 0000000..113711c
--- /dev/null
+++ b/examples/cifar_distributed_cnn/run-rtx.sh
@@ -0,0 +1,3 @@
+#!/usr/bin/env python -W ignore::DeprecationWarning
+mpiexec -np 2 python train_cnn.py resnet cifar10 -l 0.015 -b 32
+