Installing the GPU version of TensorFlow for making use of your CUDA GPU

Channel:
Subscribers:
1,410,000
Published on ● Video Link: https://www.youtube.com/watch?v=io6Ajf5XkaM



Duration: 15:54
120,011 views
607


Welcome to part nine of the Deep Learning with Neural Networks and TensorFlow tutorials.

If you are going to realistically continue with deep learning, you're going to need to start using a GPU. While there exists demo data that, like the MNIST sample we used, you can successfully work with, it is not going to prepare you for many of the hardships that large datasets come with, and you wont be able to try out many of the more interesting examples of what neural networks are capable of.

Thus, in this tutorial, we're going to be covering the GPU version of TensorFlow. In order to use the GPU version of TensorFlow, you will need an NVIDIA GPU with a compute capability greater than 3.0. I had been using a couple GTX 980s, which had been relatively decent, but I was not able to create models to the size that I wanted so I have bought a GTX Titan X instead, which is much more enjoyable to work with, so pay close attention to VRAM on the card. 4 GB is what I had on my 980s, which gives you 8 GB total, but 4+4 in SLI is not the same as 8GB on one card, for example. You can use two cards at once, but this is not ideal. Buy the single best GPU that you can.

https://pythonprogramming.net
https://twitter.com/sentdex
https://www.facebook.com/pythonprogramming.net/
https://plus.google.com/+sentdex




Other Videos By sentdex


2016-10-27Dynamic Javascript Scraping - Web scraping with Beautiful Soup 4 p.4
2016-10-26Tables and XML - Web scraping with Beautiful Soup 4 p.3
2016-10-25Navigating Tags - Web scraping with Beautiful Soup 4 p.2
2016-10-24Web scraping and parsing with Beautiful Soup & Python Introduction p.1
2016-10-20Python Apparel Crowdfunding
2016-10-04TFLearn - Deep Learning with Neural Networks and TensorFlow p. 14
2016-09-20Convolutional Neural Networks with TensorFlow - Deep Learning with Neural Networks 13
2016-09-19Convolutional Neural Networks Basics - Deep Learning withTensorFlow 12
2016-09-14RNN Example in Tensorflow - Deep Learning with Neural Networks 11
2016-09-13Recurrent Neural Networks (RNN) - Deep Learning with Neural Networks and TensorFlow 10
2016-08-26Installing the GPU version of TensorFlow for making use of your CUDA GPU
2016-08-25Using More Data - Deep Learning with Neural Networks and TensorFlow part 8
2016-08-24Training/Testing on our Data - Deep Learning with Neural Networks and TensorFlow part 7
2016-08-23Preprocessing cont'd - Deep Learning with Neural Networks and TensorFlow part 6
2016-08-22Processing our own Data - Deep Learning with Neural Networks and TensorFlow part 5
2016-07-21Running our Network - Deep Learning with Neural Networks and TensorFlow
2016-07-20Neural Network Model - Deep Learning with Neural Networks and TensorFlow
2016-07-19MSRC Blue CCW 1.3
2016-07-19TensorFlow Basics - Deep Learning with Neural Networks p. 2
2016-07-18Installing TensorFlow (OPTIONAL) - Deep Learning with Neural Networks and TensorFlow p2.1
2016-07-18Deep Learning with Neural Networks and TensorFlow Introduction



Tags:
deep learning
tensorflow
gpu
CUDA
nvidia
artificial neural network
artificial intelligence
Python
tutorial