LoginSignup
5

More than 5 years have passed since last update.

TensorFlowをWindows10にインストール

Last updated at Posted at 2018-06-28

インストールするもの

Anaconda3
TensorFlow with CPU support only(CPU版)

実行環境

Windows10 64bit

手順

以下のサイトを参考にしました
https://www.tensorflow.org/install/install_windows (公式)
https://www.sejuku.net/blog/43784

  1. ANACONDAのインストール
    Anaconda(Python3.6) https://www.anaconda.com/download/

  2. AnacondaでTensorFlowのインストール場所を作成
    (https://www.sejuku.net/blog/43784 を参考に)

  3. TensorFlowのインストール
    コマンド

コマンド
pip install --upgrade tensorflow

参考サイトではオプションが-upgradeとなっていましたが、私の環境ではできませんでした。
4. TensorFlowがインストールされていることを確認

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
5