Image by the Author

Residual Networks: Implementing ResNet in Pytorch

Francesco Zuppichini
Towards Data Science
14 min readJul 3, 2019

--

I am on LinkedIn, come and say hi 👋

Today we are going to implement the famous ResNet from Kaiming He et al. (Microsoft Research) in Pytorch. It won the 1st place on the ILSVRC 2015 classification task.

ResNet and all its variants have been implemented in my library glasses

--

--