Update Torch docs and script perminssions.

This commit is contained in:
Nikolay Igotti
2018-04-25 12:52:07 +03:00
parent 8a0acd832a
commit c67e85dfe7
2 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -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.
and you should observe a classification accuracy of about 95% on the test dataset.
Regular → Executable
View File