TensorFlow のパッケージ

研究室の自分のワークステーションに構築した、 GPU + TensorFlow の環境が壊れた話。

 

OS: Arch Linux  4.13.4-1

python 3.6

tensorflow 1.3

 

pip install tensorflow で入れた tensorflow のパッケージでは、cuDNN が サポート されていない感じ。

 

tensorflow の tutorial/ にあるプログラム動かすと、

 

ValueError: Your machine has only 0 gpus which is less than the requested --num_gpus=1.

 

こんな感じのエラーが出てしまった。

 

https://www.tensorflow.org/install/install_linux

このページにある

GPU support、python 3.6 

のパッケージを https で pip install --upgrade https://.... という感じで

tensorflow を入れたらエラーが出なくなった。