1.前提:
已安装好caffe和pycaffe,参考CAFFE安装教程
2.下载安装DIGITS
(1)下载
cd ~
git clone https://github.com/NVIDIA/DIGITS.git digits
(2) 编译和安装对应依赖
cd digits
#若使用linux系统环境下的python,请使用该语句
sudo apt-get install graphviz gunicorn for req in $(cat requirements.txt); do sudo pip install $req; done
#若使用Anaconda环境下的python,使用该语句进行安装依赖库
pip install -r ~/digits/requirements.txt
3.运行digits
./digits-devserver
打开浏览器进行访问:
本机输入http://0.0.0.0:5000</