torch 安装

git clone https://github.com/torch/distro.git ~/torch --recursive

cd ~/torch
bash install-deps

./install.sh

将路径手动添加到PATH变量中:source ~/.bashrc

可以输入gedit ~/.bashrc打开该文件,看到文件末尾有这样一行代码:
. /home/liu/sfw/torch/install/bin/torch-activate,说明环境变量添加成功



有时 gcc  版本需要降低,过程如下:

(a). 下载gcc/g++ 4.7.x

(b). 链接gcc/g++实现降级




你可能感兴趣的:(深度学习)