GPU was a problematic issue for many of us who want to experiment with Machine Learning and Deep Learning modules. Not Anymore !!!!!
Colaboratory is a Google research project and presently it supports free GPU. It's a Jupyter notebook environment that requires no setup to use and runs entirely in the cloud. Colaboratory notebooks are stored in Google Drive and can be shared just as you would with Google Docs or Sheets. Colaboratory is free to use. For more information, see the Google Colab FAQ
Colaboratory is a Google research project and presently it supports free GPU. It's a Jupyter notebook environment that requires no setup to use and runs entirely in the cloud. Colaboratory notebooks are stored in Google Drive and can be shared just as you would with Google Docs or Sheets. Colaboratory is free to use. For more information, see the Google Colab FAQ
Am I using GPU ?
import tensorflow as tf tf.test.gpu_device_name()