Image by the Author

Implementing ConvNext in PyTorch

A new convnet that beats transformers

Francesco Zuppichini
Towards Data Science
5 min readApr 21, 2022

--

Hey, I am on LinkedIn come and say hi 👋

Hello There!! Today we are going to implement the famous ConvNext in PyTorch proposed in A ConvNet for the 2020s .

Code is here, an interactive version of this article can be downloaded from here.

--

--