Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 539 Bytes

Tensorflow GPU 安裝.md

File metadata and controls

15 lines (9 loc) · 539 Bytes

Procedure

  1. Uninstall Tensorflow CPU version
  2. Install CUDA
  3. Install cuDNN (Need to register first)
  4. conda install -c conda-forge tensorflow-gpu==<version>
  5. Check whether installation is successful

image