1
1

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.

Tensorflow1.14.0の導入

Last updated at Posted at 2019-08-24

Tensorflowの導入方法の説明

Tensorflowの導入はTensorflowのバージョンとCUDAのバージョンを合わせることが重要です。

バージョン対応表
https://www.tensorflow.org/install/source?hl=en#tested_build_configurations

今回は以下の組み合わせで導入します。

  • CUDA:10.0
  • cuDNN v7.6.2 (July 22, 2019), for CUDA 10.0
  • Tensorflow-gpu 1.14.0

CUDAのダウンロード。旧バージョンのダウンロードは以下から行える(2019/8時点)
https://developer.nvidia.com/cuda-toolkit-archive

CuDNNのダウンロード。アカウントが必要
https://developer.nvidia.com/rdp/form/cudnn-download-survey

Tensorflowのインストール

pip install tensorflow-gpu==1.14.0
1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?