Skip to content

How to install tensorflow 2.0 gpu in your anaconda environment and run the first script

Notifications You must be signed in to change notification settings

pyradd/installing-tf-2.0-gpu-Anaconda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

installing-tf-2.0-gpu-Anaconda

How to install tensorflow 2.0 gpu in your anaconda environment and run the first script

In this tutorial, we will see how to install tf-2.0-gpu within anaconda environment and run our first script using tensorflow 2.0 gpu

Step 1:

You need to have anaconda installed. Install it if you still have not done it following this or some other link as you wish.

step 2: create a virtual environment with python=3.6 cudnn cupti cudatoolkit=10.0

open your terminal and type `conda create -n your_env_name python=3.6 cudnn cupti cudatoolkit=10.0

step 3:

run pip install tensorflow-gpu

Thats it. It will automatically install tensorflow 2.0 gpu version and will be able to detect cudnn and cuda automatically.

About

How to install tensorflow 2.0 gpu in your anaconda environment and run the first script

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published