1.檢視cuda版本(無關)
wlsh
@wlsh
wlsh
@wlsh
-thinkstation-p920:~$ cat /usr/local/cuda/version.txt
cuda version 10.1.168
wlsh
@wlsh
-thinkstation-p920:~$ cat /usr/local/cuda/include/cudnn.h | grep cudnn_major -a 2
cat: /usr/local/cuda/include/cudnn.h: no such
file or
directory
2.安裝anaconda虛擬環境
wlsh
@wlsh
-thinkstation-p920:~$ conda create -n py3_torch python=3.6
wlsh
@wlsh
-thinkstation-p920:~$ conda activate py3_torch
(py3_torch) wlsh
@wlsh
-thinkstation-p920:~$
3.安裝opencv
(py3_torch) wlsh
@wlsh
-thinkstation-p920:~$ conda install opencv
4.安裝pytorch和torchvision
(py3_torch) wlsh
@wlsh
-thinkstation-p920:~$ conda install pytorch torchvision cudatoolkit=10.0 -c pytorch
5.安裝tensorflow和tensorboardx
(py3_torch) wlsh
@wlsh
-thinkstation-p920:~$ conda install tensorflow-gpu
(py3_torch) wlsh
@wlsh
-thinkstation-p920:~$ pip install tensorboardx
6.jupyter notebook關聯此虛擬環境
(py3_torch) wlsh
@wlsh
-thinkstation-p920:~$ conda install nb_conda
7.埠重定向
本地mac連線遠端伺服器jupter notebook方法
本地mac連線遠端伺服器視覺化tensorboardx
參考:連線
ssh時,將遠端伺服器的
6006
埠重定向到
mac上
[wlsh
@wlsh
-macbookpro] ~$ ssh -l 16006:127.0.0.1:6006 wlsh
@10.19.127.168#使用
6006
埠啟動
tensorboard
(base) wlsh
@wlsh
-thinkstation-p920:~/desktop/wlsh/mytestcode$ tensorboard --logdir=./log --port=6006
#mac
瀏覽器輸入位址
127.0.0.1:16006
8.本地pycharm使用遠端伺服器的python直譯器,並編輯伺服器的**
configure a remote interpterter using ssh :
pycharm - > preferences
creating a remote server configuration:
tools - > deployment
9.解決載入外面的py檔案不成功方法:
%load_ext autoreload
%autoreload 2
10.cell輸出多行
from
ipython.core.interactiveshell
import
interactiveshell
interactiveshell.ast_node_interactivity =
"all"
Openstack All in one環境安裝
安裝epel包,並重新整理yum cache。yum install epel release.noarch yum makecache 安裝相應版本的centos release openstack,我使用的是queens這個版本。yum install centos release openst...
Linux環境下MySQL python安裝過程
參考 1.首先確認python的版本為2.3.4以上,如果不是需要公升級python的版本 python v 檢查python版本 2.安裝mysql,比如安裝在 usr local mysql目錄下 4.安裝 mysql python tar xvzf mysql python 1.2.2.tar...
Linux環境下MySQL python安裝過程
參考 1.首先確認python的版本為2.3.4以上,如果不是需要公升級python的版本 python v 檢查python版本 2.安裝mysql,比如安裝在 usr local mysql目錄下 4.安裝 mysql python tar xvzf mysql python 1.2.2.tar...