2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Eclipse + Anacondaを使ってTensorFlow開発環境を整える

Posted at

初めに

EclipseでTensorFlowを使うことが出来たのでまとめました。

環境

  • Windows10
  • Eclipse Neon(4.6.3)
  • Anaconda 4.3.14
  • TensorFlow 1.1.0(gpu)

方法

  1. Anacondaをインストール
  2. condaコマンドで仮想環境を作る
  3. 仮想環境にTensorFlowをインストール
  4. Eclipseをインストール
  5. Eclipseの[ヘルプ][新規ソフトウェアのインストール]からPyDevをインストール
  6. Eclipseの[ウィンドウ][設定]を開き、[PyDev][インタープリター][pythonのインタープリター]まで開く
  7. [新規]ボタンを押し、適当なインタープリター名とC:\ProgramData\Anaconda3\envs\XXXXX\python.exe(XXXXXは仮想環境名)にあるインタープリター実行可能ファイルを設定
    2017-05-01 (1).png
  8. 新規PyDevプロジェクト作成時にインタープリターを7.で設定したインタープリターに設定

確認

2017-05-01 (2).png

2
3
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
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?