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/06/08 10:41:33 UTC

[singa] branch dev-postgresql updated: add shell command file to run the codes

This is an automated email from the ASF dual-hosted git repository.

zhaojing pushed a commit to branch dev-postgresql
in repository https://gitbox.apache.org/repos/asf/singa.git


The following commit(s) were added to refs/heads/dev-postgresql by this push:
     new 2f78a241 add shell command file to run the codes
     new 0dce2a43 Merge pull request #1064 from liuchangshiye/malaria-cnn
2f78a241 is described below

commit 2f78a24145de2c6b19af900c38fe192215ea7141
Author: liuchangshiye <li...@gmail.com>
AuthorDate: Thu Jun 8 16:12:48 2023 +0800

    add shell command file to run the codes
---
 examples/malaria_cnn/run.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/examples/malaria_cnn/run.sh b/examples/malaria_cnn/run.sh
new file mode 100644
index 00000000..6e7e2deb
--- /dev/null
+++ b/examples/malaria_cnn/run.sh
@@ -0,0 +1,2 @@
+### malaria dataset
+python train_cnn.py cnn malaria -dir pathToDataset
\ No newline at end of file