Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ConvMixer #910

Merged
merged 1 commit into from
Oct 10, 2021
Merged

Add ConvMixer #910

merged 1 commit into from
Oct 10, 2021

Conversation

tmp-iclr
Copy link

@tmp-iclr tmp-iclr commented Oct 10, 2021

Adding ConvMixers from "Patches Are All You Need?":

In particular, this includes

  • ConvMixer-1536/20 (patch size 7, kernel size 9)
  • ConvMixer-768/32 (patch size 7, kernel size 7)
  • ConvMixer-1024/20 (patch size 14, kernel size 9)

along with pre-trained weights for those to achieve the results presented in the paper.

Unfortunately, in order to make this compatible with timm we had to use more than 280 characters. :(

@rwightman rwightman merged commit 288ece0 into huggingface:master Oct 10, 2021
@rwightman
Copy link
Collaborator

@tmp-iclr thanks!

guoriyue pushed a commit to guoriyue/pytorch-image-models that referenced this pull request May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants