Useful Links
About system
初始安裝系統(tǒng)的一些主要鏈接
Ubuntu 16.04
ubuntu下matlab啟動報錯java.lang.runtime.Exception**********************, 則執(zhí)行這個命令:
sudo chmod -R a+rw ~/.matlab
About Machine Learning
-
tensorflow
主要盡量配置cuda8以及對應的cudnn6 2017/11/16 - tflearn
Demo Links
主要在配置GPU版本的tensorflow可能會遇到一些麻煩.下面基于配置給予相關鏈接
| 屬性 | 值 |
|---|---|
| 系統(tǒng) | Ubuntu 16.04 |
| GPU | 1080p |
| cuda | 8.0 |
| libcudnn | 6.0 |
其中顯卡驅動程序使用
NVIDIA-Linux-x86_64-375.26,直接從官網(wǎng)下載.
cuda使用與375對應的版本,名為NVIDIA-Linux-x86_64-375.26,可以從這里下載對應的
cudnn版本為6,版本名為libcudnn6_6.0.21-1+cuda8.0_amd64,通過這里安裝.下一步就比較easy了,通過下面方式安裝
tensorflow以及tflearn:sudo pip3 install tensorflow-gpu # for python3 sudo pip install tensorflow # for python2 sudo pip install tflearn # for python3 sudo pip3 install tflearn # for python2安裝mxnet
sudo pip3 install mxnet-cu80==1.0.0