How To Use Google Colab
How To Use Google Colab
Google Colab
run this command to install PyTorch in notebook. (Although its now supported
by Colab notebook)
!pip install -q http://download.pytorch.org/whl/{accelerator}/torch-0.4.1-
{platform}-linux_x86_64.whl
import torch
Step 6: Saving notebook
• Saving our work is simple as we can ctrl+s or drop
the “File” menu down to save.
• We can create a copy of your notebook by dropping
“File” -> “Save a Copy in Drive.”
• We can also download notebook by going from “File”
-> “download .ipyb” or “download .py.”
Saving notebook