Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 629 Bytes

INSTALL.md

File metadata and controls

25 lines (22 loc) · 629 Bytes

Install Notes

Install on Ubuntu or OSX

  • Install torch using
curl -s https://raw.githubusercontent.com/torch/ezinstall/master/install-all | bash
  • Then install the rest of the needed packages:
luarocks install cutorch
luarocks install cunn
luarocks install csvigo
luarocks install nnx
luarocks install torchffi
luarocks install env
luarocks install graphicsmagick
apt-get install libgraphicsmagick-dev