Jupyter Notebooks for the fast.ai deep learning course, recreated using pytorch-sconce.
To get started running these notebooks in google colab, follow these steps:
- Clone this repo onto your local machine, or download the .zip archive.
- Go to https://colab.research.google.com and set up account (if needed).
- Choose to create a new notebook.
- From the
File
menu, chooseUpload notebook...
and choose a notebook from this repository. - From the
Edit
menu, chooseNotebook settings
and underHardware Acceleration
chooseGPU
and then save. - Run the notebook as normal (shift click).