mac os Xでtorchをインストール

1. lualocks の install brew install lua 2. torch のインストール git clone https://github.com/torch/distro.git ~/torch --recursive cd ~/torch; bash install-deps; ./install.sh source ~/.zshrc 3. よく使うものを用意 luarocks install nn luarocks install image 4. GPU関連のモジュールを用意 luarocks instal…