From c67e85dfe7bd0176d9dcbdfa682ec31bfaf08171 Mon Sep 17 00:00:00 2001 From: Nikolay Igotti Date: Wed, 25 Apr 2018 12:52:07 +0300 Subject: [PATCH] Update Torch docs and script perminssions. --- samples/torch/README.md | 6 +++--- samples/torch/downloadMNIST.sh | 0 2 files changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 samples/torch/downloadMNIST.sh diff --git a/samples/torch/README.md b/samples/torch/README.md index 8a5419c10ab..1897ff2baf2 100644 --- a/samples/torch/README.md +++ b/samples/torch/README.md @@ -16,8 +16,8 @@ make sure you have Python 2.X and pyyaml installed: # Linux: if you don't have pip apt-get -y install python-pip - # if you don't have pyyaml - sudo pip install pyyaml + # if you don't have pyyaml or typing + sudo pip install pyyaml typing Now @@ -45,4 +45,4 @@ You may need to specify `LD_LIBRARY_PATH` or `DYLD_LIBRARY_PATH` to `$HOME/.kona if the ATen dynamic library cannot be found. Even on a CPU, training should only take some minutes, -and you should observe a classification accuracy of about 95% on the test dataset. \ No newline at end of file +and you should observe a classification accuracy of about 95% on the test dataset. diff --git a/samples/torch/downloadMNIST.sh b/samples/torch/downloadMNIST.sh old mode 100644 new mode 100755