This Guide is based on caffe github wiki guide (https://github.com/BVLC/caffe/wiki/Ubuntu-16.04-or-15.10-Installation-Guide ) Some parts of it have been changed to suit my own computer. The following guide includes the how-to instructions for the ins…
1.首先安装Ubuntu16.04系统. 2.安装显卡驱动 在官网上下载最新的NVIDIA-Linux-x86_64-375.26.run驱动.然后 Ctrl+Alt+F1进入控制台,输入 sudo service lightdm stop sudo sh NVIDIA-Linux-x86_64-375.26.run 安装驱动的时候会冒出一个 The distribution-provided pre-install script failed! Are you sure you want to…