日時 | |
関係者(共同研究者) | |
#CUDAの環境整備
https://develope…com/cuda-downloads?target_os=Linux&target_arch=x86_64&target_distro=Ubuntu&target_version=1604&target_type=deblocal
例)https://develope…com/compute/cuda/9.1/Prod/local_installers/cuda-repo-ubuntu1604-9-1-local_9.1.85-1_amd64
次に,WebのInstallationに従って下記のコマンドを実行
sudo dpkg -i cuda-repo-ubuntu1604-9-1-local_9.1.85-1_amd64.deb
>The public CUDA GPG key does not appear to be installed.
>To install the key, run this command:
>sudo apt-key add /var/cuda-repo-9-1-local/7fa2af80.pub
と表示されたら,下記のversionには9-1-localを入力する
sudo apt-key add /var/cuda-repo-version/7fa2af80.pub
sudo apt-get update
sudo apt-get install cuda
ここまでインストールしたら再起動 reboot
#tensorflowのGPU対応版のインストール
#sudo apt-get install libcupti-dev (不要かも)
sudo apt-get install python3-pip python3-dev
pip3 install tensorflow-gpu
#Windowsファイル共有サーバ用のcifs-utilsのインストール
sudo apt-get install cifs-utils
/etc/cifs/userpassファイルに,CIFSマウント時のユーザ名とパスワードを記述
例)
password=xxxx
/etc/fstabに下記の内容を追記
//yzdn.yz.yamagata-u.ac.jp/dfs/share1/C1-MRI/anytime/data/tensorflow/ /mnt/ cifs credentials=/etc/cifs/userpass,uid=1000,defaults 0 0
(失敗)
tensorflowの現行パッケージは,cuda-8.0で動作している.
cuda-9.1をremove, purgeして,CUDA Toolkit 8.0 - Feb 2017を再度入れ
西暦 | 令和 | 🔷 平成 | 🔷 昭和 | 🔷 大正 | 🔷 明治 |
---|---|---|---|---|---|
2013 | R-5 | H25 | S88 | T102 | M146 |
2014 | R-4 | H26 | S89 | T103 | M147 |
2015 | R-3 | H27 | S90 | T104 | M148 |
2016 | R-2 | H28 | S91 | T105 | M149 |
2017 | R-1 | H29 | S92 | T106 | M150 |
2018 | R0 | H30 | S93 | T107 | M151 |
2019 | R1 | H31 | S94 | T108 | M152 |
2020 | R2 | H32 | S95 | T109 | M153 |
2021 | R3 | H33 | S96 | T110 | M154 |
2022 | R4 | H34 | S97 | T111 | M155 |
2023 | R5 | H35 | S98 | T112 | M156 |