Google Colab
1 minute read
In this module we are going to introduce you to using Google Colab.
In this section we are going to introduce you, how to use Google Colab to run deep learning models.
1. Updates
-
Another Python notebook demonstrating StopWatch and Benchmark is available at:
-
The line
! pip install cloudmesh-installer
is not needed, but is used in the video.
2. Introduction to Google Colab
This video contains the introduction to Google Colab. In this section we will be learning how to start a Google Colab project.
3. Programming in Google Colab
In this video we will learn how to create a simple, Colab Notebook.
Required Installations
pip install numpy
4. Benchmarking in Google Colab with Cloudmesh
In this video we learn how to do a basic benchmark with Cloudmesh tools. Cloudmesh StopWatch will be used in this tutorial.
Required Installations
pip install numpy
pip install cloudmesh-common
Correction: The video shows to also pip install cloudmesh-installer
. This is not necessary for this example.
5. Refernces
- Benchmark Colab Notebook. https://colab.research.google.com/drive/1tG7IcP-XMQiNVxU05yazKQYciQ9GpMat