Skip to content

vishhvak/ConvNeXt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

ConvNeXt

This repository contains my custom implementation of ConvNeXt from scratch. It was originally developed for training on the VGGFace2 dataset.

My intention was to create a clean, easily understandable implementation of the network. If you have any suggestions, or constructive criticism to offer, please do not hesitate to create an issue.

It has the following fundamental changes from the paper -

  1. Uses BatchNorm instead of LayerNorm
  2. Does not use LayerScale

About

My Pytorch implementation of ConvNeXt.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages