win 10インストールtensorflow-gpuバージョンで遭遇したピット


ImportError: Could not find 'cudart64_90.dll'. TensorFlow requires that this DLL be installed in a directory that is named in your %PATH% environment variable. Download and install CUDA 9.0 from this URL: https://developer.nvidia.com/cuda-toolkit

1、バージョンが高すぎてcuda 9が必要です.0.でも私のパソコンはインストールcuda 8です.0.そこで私は低バージョンをインストールして、清華の資源を利用して、1.3バージョンをインストールして、次のコマンドを利用するつもりです.
pip install --upgrade https://mirrors.tuna.tsinghua.edu.cn/tensorflow/windows/gpu/tensorflow_gpu-1.3.0rc0-cp35-cp35m-win_amd64.whl

しかし、また次の新聞の間違いが現れた.
tensorflow_gpu-1.3.0rc0-cp35-cp35m-win_amd64.whl is not a supported wheel on this platform.

なぜなら私が使っているpython 3です.6、このバージョンは3.5なので、またバージョンを変更しました.次のコマンドを使用します.
pip install --upgrade https://mirrors.tuna.tsinghua.edu.cn/tensorflow/windows/gpu/tensorflow_gpu-1.2.1-cp36-cp36m-win_amd64.whl