Skip to content

ConvNext without Layer Norm #1429

Answered by rwightman
bonlime asked this question in Ideas
Aug 23, 2022 · 5 comments · 2 replies
Discussion options

You must be logged in to vote

@pjvanbeek worth checking out InceptionNeXt ... it's batchnorm by default and based on ConvNeXt. Has 3x3 + 11x1 + 1x11 conv (all DW) branches as the token mixing operation instead of 7x7 DW of ConvNeXt.

https://github.com/huggingface/pytorch-image-models/blob/main/timm/models/inception_next.py

Replies: 5 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@bonlime
Comment options

Comment options

You must be logged in to vote
1 reply
@bonlime
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by bonlime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
3 participants