LoginSignup
2
2

More than 5 years have passed since last update.

AWSでtensorflowがGPUを認識しないと思ったら

Last updated at Posted at 2017-06-25

AWSでディープラーニング用のEC2インスタンスを用意して、テストコードを動かしたら、GPUを認識してくれなかった。

いろいろ調べた結果、CPU用のtensorflowを使っていたことに気づいた・・・。

$ conda install tensorflow-gpu

で解決(anacondaの場合)。pipからインストールするにはこちらを参照。

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2