Saturday, June 22, 2019

Installing TensorFlow GPU with Anaconda

Now I got Ubuntu 19 installed on Ryzen 2700 + RTX 2070 (27 Combo I call). Next step was to install TensorFlow GPU. Ndvia driver should be installed first though.

Here were general steps I did,
1. Install Anaconda. Python 3.7 version I used.
2. Create an environment, $ conda create --name tf-gpu
3. $ source activate tf-gpu
4. $ conda install tensorflow-gpu

This link helped me a lot to install TensorFlow GPU,
https://www.pugetsystems.com/labs/hpc/Install-TensorFlow-with-GPU-Support-the-Easy-Way-on-Ubuntu-18-04-without-installing-CUDA-1170/

No comments:

Post a Comment

Installing TensorFlow GPU with Anaconda

Now I got Ubuntu 19 installed on Ryzen 2700 + RTX 2070 (27 Combo I call). Next step was to install TensorFlow GPU. Ndvia driver should be in...