Last active
January 9, 2021 10:23
-
-
Save Lyken17/3d9ef163e5e1fd3de55169d1f9356549 to your computer and use it in GitHub Desktop.
Install torch and related utilities on ubuntu 16.04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/torch/distro.git ~/torch --recursive | |
cd ~/torch; bash install-deps; | |
./install.sh | |
source ~/.zshrc | |
# update common package to latest | |
luarocks install torch | |
luarocks install nn | |
luarocks install graph | |
luarocks install cunn | |
luarocks install cutorch | |
luarocks install torchnet | |
luarocks install optnet | |
luarocks install iterm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment