Repository: incubator-systemml Updated Branches: refs/heads/master d7b9cc467 -> 29d3f8366
Update invocation steps for MNIST training scripts. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/29d3f836 Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/29d3f836 Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/29d3f836 Branch: refs/heads/master Commit: 29d3f83669f5f4a231271c54f1e6aecf4314ca91 Parents: d7b9cc4 Author: Mike Dusenberry <[email protected]> Authored: Fri Aug 5 20:06:18 2016 -0700 Committer: Mike Dusenberry <[email protected]> Committed: Fri Aug 5 20:06:18 2016 -0700 ---------------------------------------------------------------------- scripts/staging/SystemML-NN/examples/mnist_lenet-train.dml | 4 ++-- scripts/staging/SystemML-NN/examples/mnist_softmax-train.dml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/29d3f836/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 e3ad405..d555a41 100644 --- a/scripts/staging/SystemML-NN/examples/mnist_lenet-train.dml +++ b/scripts/staging/SystemML-NN/examples/mnist_lenet-train.dml @@ -48,10 +48,10 @@ # the range [0,255] stretched out as 784 pixels, and each label is # one of 10 possible digits in [0,9]. # -# Sample Invocation: +# Sample Invocation (running from wihtin the `examples` folder): # 1. Download data (60,000 training examples, and 10,000 test examples) # ``` -# examples/get_mnist_data.sh +# get_mnist_data.sh # ``` # # 2. Execute using Spark http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/29d3f836/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 742110b..39bb9d8 100644 --- a/scripts/staging/SystemML-NN/examples/mnist_softmax-train.dml +++ b/scripts/staging/SystemML-NN/examples/mnist_softmax-train.dml @@ -45,10 +45,10 @@ # the range [0,255] stretched out as 784 pixels, and each label is # one of 10 possible digits in [0,9]. # -# Sample Invocation: +# Sample Invocation (running from wihtin the `examples` folder): # 1. Download data (60,000 training examples, and 10,000 test examples) # ``` -# examples/get_mnist_data.sh +# get_mnist_data.sh # ``` # # 2. Execute using Spark
