2016年8月3日水曜日

tensorflow を Debian にインストール

tensorflowをインストールしました。

tensorflowは、Googleが作った機械学習ライブラリです。ティープラーニングに強いことで有名です。

いつもながら、Ubuntuの記事はよく出てきますが、Debianは出てきません。 Debianでも動作することを確認しました。

とりあえずインストール

Ubuntuにとあるが、debianでも問題ない
http://qiita.com/yudsuzuk/items/092c38fee18e4484ece9

virtualenvを使った場合
http://blog.btrax.com/jp/2015/11/29/tensorflow/

virtualenvの使い方
http://www.lifewithpython.com/2013/08/virtualenv.html

SSLエラーが出たとき

Google Cloud Platform の インスタンスからアクセスしたら、以下が出ました。

SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)

以下、SSLエラーを出さないコマンド(--trusted-hostを追加)です

(tensorflow) % pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl --trusted-host storage.googleapis.com

よい tensorflow life を!

0 件のコメント:

コメントを投稿