How to Install TensorFlow GPU on Windows - FULL TUTORIAL

Аватар автора
Python обработка естественного языка
How to Install TensorFlow GPU version on Windows. I walk through the steps to install the gpu version of TensorFlow for python on a windows 8 or 10 machine. This is quite the process and can take a few minutes. Make sure to watch through the entire tutorial and DO NOT SKIP STEPS. Download Links: Steps: 1. Uninstall all NVIDIA Drivers/Software and delete all NVIDIA files from program files (x86 aswell) 2. Install Visual Studio 2017 (from link above) 3. Install CUDA (first check compatible versions using link above) 4. Download cuDNN (again check version is same as CUDA version) 5. Extract the cuDNN zip folder to your desktop. Open a new windows explorer and navigate to C:Program FilesNVIDIA GPU Computing ToolkitCUDAVx.x . Now copy the contents of the downloaded and extracted cuDNN folder into the appropriate folders (files from cuDNN bin go into the new windows explorer bin folder etc.). 6. Navigate to your system enviorment variables and edit the path. Add the following two directories into your path: - C:Program FilesNVIDIA GPU Computing ToolkitCUDAv9.0bin - C:Program FilesNVIDIA GPU Computing ToolkitCUDAv9.0libnvvp 7. Download and Install Anaconda (from link above) 8. Set up a virtual enviorment using python 3.5 - conda create -n [name] python=3.5 9. Activate the virtual enviorment - activate [name] 10. Install packages - pip install --ignore-installed --upgrade tensorflow-gpu - pip install keras - pip install pandas (optional) - pip install numpy...

0/0


0/0

0/0

0/0