Transcription and Chapters
Done
Lesson 23 Chapters
Done
0:00:00 - Admitting an interesting bug
0:05:50 - From Fashion-MNIST to Tiny ImageNet, creating a U-Net
0:07:25 - Tiny ImageNet Dataset
0:13:35 - Transform Class
0:18:35 - DataLoader
0:22:18 - Data augmentation, batch transforms
0:25:10 - Creating a model and training
0:28:15 - Getting better, papers with code
0:30:22 - Going deeper
0:33:35 - More augmentation, TrivialAugment
0:39:15 - Pre-activation ResNets
0:48:17 - Notebook 25: Super resolution
0:55:08 - Autoencoder
0:59:27 - U-Net
1:09:10 - Initializing and training the U-Net
1:14:30 - Perceptual loss
1:23:55 - Initializing and training with Perceptual loss
1:26:50 - Gradual unfreezing
1:33:58 - Cross-convs
1:36:40 - Possible exercises to try