THE FUTURE IS HERE

PyTorch Transfer Learning with a ResNet – Tutorial

Link to the Tutorial: https://pytorch.org/tutorials/beginner/transfer_learning_tutorial.html

0:00 – Intro
0:32 – How does Transfer Learning work?
5:40 – The Dataset
6:46 – The Code
15:32 – Training function
21:05 – Finetune ConvNet
25:40 – ConvNet as Feature Extractor

The code is not my own code. All credits go to the original author Sasank Chilamkurthy.