在安装torch7的时候,一开始一直参考的是官方的文档:
http://torch.ch/docs/getting-started.html#_
但是无论怎么装都无法成功,主要是卡在了source那一步。
后来搜到了博客:http://blog.csdn.net/a130737/article/details/45745467的方法,非常简便。
curl -s https://raw.github.com/torch/ezinstall/master/clean-old.sh | bash
curl -s https://raw.githubusercontent.com/torch/ezinstall/master/install-all | bash
zfydeMacBook-Pro:treelstm-master zfy$ cd zfydeMacBook-Pro:~ zfy$ th ______ __ | Torch7 /_ __/__ ________/ / | Scientific computing for Lua. / / / _ \/ __/ __/ _ \ | Type ? for help /_/ \___/_/ \__/_//_/ | https://github.com/torch | http://torch.ch th>
注:这个方法唯一需要注意的是,在不连接VPN的情况下,可能会有下载失败的情况,多试几次就好了。