2020/03/02 Updated by
TensorFlow 2
Windows10にインストールする (with GPU)
[Up]
[System requirements 2020/03/02時点]
Python 3.5-3.7
pip 19.0 or later
Windows 7 or later (64-bit) (Python 3 only)
Microsoft Visual C++ redistributable for VS2015, 2017 and 2019
GPU support
NVIDIA GPU drivers CUDA 10.1 requires 418.x or higher
CUDA Toolkit 10.1 (TensorFlow >= 2.1.0)
CUPTI ships with the CUDA Toolkit
cuDNN SDK (>= 7.6)
(Optional) TensorRT 6.0
Windows10上に CUDA Toolkit (10.1) と、cuDNN (v7.6.5) をインストールする。
anaconda (python3) 上に TensorFlow2 をGPUで実行する環境gpu2 をつくり、activateする。
condaの実行環境に tensorflow2 をインストールする。
pip install --upgrade pip # pip のversion > 19.0 が必要
pip install tensorflow # stable versionをインストールする(cpu and gpu)
http://nw.tsuda.ac.jp/