Follow the next set of steps to get started with using TensorFlow on Google Colab. Note that these steps are specific to Google Colab only, where TensorFlow already comes preinstalled:
- First, visit the Google Colab URL, at https://colab.research.google.com.
- Create a new Python 3 Jupyter notebook:
- Change the runtime to the GPU as discussed previously in Chapter 9, Containerization on GPU-Enabled Platforms (cloud containers):
- Confirm the changes by listing all the devices to get the GPU information with the ...