git clone https://github.com/NVIDIA/DIGITS.git
一般是用上面官方這個,但有人把 Digits 改成 python3 版的,如果是裝 python3 版的 pycaffe 的話可以試試看(好像有一點問題,還是先不要用好了)
git clone https://github.com/jed-frey/DIGITS.git
cd DIGITS
pip install -U --user -r requirements.txt
sudo apt install graphviz python-tk -y
export DIGITS_ROOT=/home/luxun/Git/DIGITS
export PYTHONPATH=/home/luxun/Git/DIGITS:$PYTHONPATH
export PATH=$PATH:/home/luxun/Git/DIGITS
大家可以先照官方的文章做測試