ResNet | Paper Explained & PyTorch Implementation

preview_player
Показать описание
In this video I go through famous "Deep Residual Learning for Image Recognition" paper and implement it in PyTorch.

* Values above blocks are not number of parameters

Paper:
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

GitHub Repo:

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

Connect with me on:

Timestamps:
0:00 Paper Overview
1:03 Degradation Problem / Identity Mapping
3:02 Residual Block
4:10 Architecture
5:47 Implementation Details
6:46 Bottleneck Representation
8:18 PyTorch implementation
9:48 Bottleneck Residual Block
16:10 ResNet Architecture
21:03 Testing & Fixing
Рекомендации по теме
Комментарии
Автор

Thanks a 1000 brother for this awesome implementation. I saw many other vids but none gave me such a clarity that this vid. gave. You earned a sub :- )

codedByAyush
Автор

amazing! really helpful, thank you :)

gabriellafernandes
Автор

I think there is slight mistake in the ResidualBlock- you have fed x as input for self.c2 and self.c3 convlayers it should be f=self.relu(self.c2(f)); f=self.c3(f)

rahulnakka
Автор

Thank you for perfect explanation. It works very good. Maybe you could do a similar video about GANs?

mwont
visit shbcf.ru