Repository: incubator-systemml Updated Branches: refs/heads/master ac8ee2bef -> a6d7aa549
[MINOR] Updating MNIST example docs. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/a6d7aa54 Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/a6d7aa54 Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/a6d7aa54 Branch: refs/heads/master Commit: a6d7aa549738e075a8b1cae40f8020295d5e5867 Parents: ac8ee2b Author: Mike Dusenberry <[email protected]> Authored: Fri Mar 31 19:24:56 2017 -0700 Committer: Mike Dusenberry <[email protected]> Committed: Fri Mar 31 19:24:56 2017 -0700 ---------------------------------------------------------------------- scripts/staging/SystemML-NN/examples/mnist_lenet-predict.dml | 2 +- scripts/staging/SystemML-NN/examples/mnist_lenet-train.dml | 2 +- scripts/staging/SystemML-NN/examples/mnist_softmax-predict.dml | 2 +- scripts/staging/SystemML-NN/examples/mnist_softmax-train.dml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/a6d7aa54/scripts/staging/SystemML-NN/examples/mnist_lenet-predict.dml ---------------------------------------------------------------------- diff --git a/scripts/staging/SystemML-NN/examples/mnist_lenet-predict.dml b/scripts/staging/SystemML-NN/examples/mnist_lenet-predict.dml index 51bb6f5..759418d 100644 --- a/scripts/staging/SystemML-NN/examples/mnist_lenet-predict.dml +++ b/scripts/staging/SystemML-NN/examples/mnist_lenet-predict.dml @@ -50,7 +50,7 @@ # Sample Invocation: # Execute using Spark # ``` -# $SPARK_HOME/bin/spark-submit --master local[*] --driver-memory 5G +# spark-submit --master local[*] --driver-memory 5G # --conf spark.driver.maxResultSize=0 --conf spark.akka.frameSize=128 # $SYSTEMML_HOME/target/SystemML.jar -f mnist_lenet-predict.dml # -nvargs X=data/mnist/images.csv C=1 Hin=28 Win=28 http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/a6d7aa54/scripts/staging/SystemML-NN/examples/mnist_lenet-train.dml ---------------------------------------------------------------------- diff --git a/scripts/staging/SystemML-NN/examples/mnist_lenet-train.dml b/scripts/staging/SystemML-NN/examples/mnist_lenet-train.dml index 03c3467..3bfc169 100644 --- a/scripts/staging/SystemML-NN/examples/mnist_lenet-train.dml +++ b/scripts/staging/SystemML-NN/examples/mnist_lenet-train.dml @@ -56,7 +56,7 @@ # # 2. Execute using Spark # ``` -# $SPARK_HOME/bin/spark-submit --master local[*] --driver-memory 10G +# spark-submit --master local[*] --driver-memory 10G # --conf spark.driver.maxResultSize=0 --conf spark.akka.frameSize=128 # $SYSTEMML_HOME/target/SystemML.jar -f mnist_lenet-train.dml # -nvargs train=data/mnist/mnist_train.csv test=data/mnist/mnist_test.csv http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/a6d7aa54/scripts/staging/SystemML-NN/examples/mnist_softmax-predict.dml ---------------------------------------------------------------------- diff --git a/scripts/staging/SystemML-NN/examples/mnist_softmax-predict.dml b/scripts/staging/SystemML-NN/examples/mnist_softmax-predict.dml index 353efd1..4101e27 100644 --- a/scripts/staging/SystemML-NN/examples/mnist_softmax-predict.dml +++ b/scripts/staging/SystemML-NN/examples/mnist_softmax-predict.dml @@ -46,7 +46,7 @@ # Sample Invocation: # Execute using Spark # ``` -# $SPARK_HOME/bin/spark-submit --master local[*] --driver-memory 5G +# spark-submit --master local[*] --driver-memory 5G # --conf spark.driver.maxResultSize=0 --conf spark.akka.frameSize=128 # $SYSTEMML_HOME/target/SystemML.jar -f mnist_softmax-predict.dml # -nvargs X=data/mnist/images.csv model_dir=model/mnist_softmax http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/a6d7aa54/scripts/staging/SystemML-NN/examples/mnist_softmax-train.dml ---------------------------------------------------------------------- diff --git a/scripts/staging/SystemML-NN/examples/mnist_softmax-train.dml b/scripts/staging/SystemML-NN/examples/mnist_softmax-train.dml index fe3a9b2..2941dfa 100644 --- a/scripts/staging/SystemML-NN/examples/mnist_softmax-train.dml +++ b/scripts/staging/SystemML-NN/examples/mnist_softmax-train.dml @@ -53,7 +53,7 @@ # # 2. Execute using Spark # ``` -# $SPARK_HOME/bin/spark-submit --master local[*] --driver-memory 5G +# spark-submit --master local[*] --driver-memory 5G # --conf spark.driver.maxResultSize=0 --conf spark.akka.frameSize=128 # $SYSTEMML_HOME/target/SystemML.jar -f mnist_softmax-train.dml # -nvargs train=data/mnist/mnist_train.csv test=data/mnist/mnist_test.csv
