iT邦幫忙

2018 iT 邦幫忙鐵人賽
DAY 12
0
AI & Machine Learning

深度學習環境安裝筆記系列 第 12

[Day 12] 深度學習環境安裝筆記 - 安裝 Digits

  • 分享至 

  • xImage
  •  

1. 下載 Digits

git clone https://github.com/NVIDIA/DIGITS.git

一般是用上面官方這個,但有人把 Digits 改成 python3 版的,如果是裝 python3 版的 pycaffe 的話可以試試看(好像有一點問題,還是先不要用好了)

git clone https://github.com/jed-frey/DIGITS.git

2. 安裝要使用的 python 套件

cd DIGITS
pip install -U --user -r requirements.txt
sudo apt install graphviz python-tk -y

3. 新增 Digits 的環境變數

export DIGITS_ROOT=/home/luxun/Git/DIGITS
export PYTHONPATH=/home/luxun/Git/DIGITS:$PYTHONPATH
export PATH=$PATH:/home/luxun/Git/DIGITS

4. 測試 Digits

大家可以先照官方的文章做測試


上一篇
[Day 11] 深度學習環境安裝筆記 - 安裝 Torch 跟 Pytorch
下一篇
[Day 13] 深度學習環境安裝筆記 - 安裝 keras
系列文
深度學習環境安裝筆記13
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言