Rare find

MLP Mixer. An image recognition model that works without convolutions or attention.

github.com/lucidrains/mlp-mixer-pytorch

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

July 2025
  • Release —0.3.1
  • address https://github.com/lucidrains/mlp-mixer-pytorch/issues/17
  • Release —0.3.0
  • address https://github.com/lucidrains/mlp-mixer-pytorch/issues/16
September 2024
  • readme
  • Release —0.2.0b
  • fix another pypi thing
  • Release —0.2.0a
  • new pypi auth
  • Release —0.2.0
  • improvise for https://github.com/lucidrains/mlp-mixer-pytorch/issues/15
February 2022
  • Release —0.1.1
  • support rectangular images
  • Release —0.1.0
  • allow for different expansion factors for MLP along different axis
June 2021
  • Release —0.0.10
  • add permutator
  • Release —0.0.9
  • Release —0.0.8
May 2021
  • 0.0.7
  • Merge pull request #8 from mirth/add-channels-arg
  • feat(MLPMixer): add image channels number argument
  • patch
  • fix
  • 0.0.5
  • Merge pull request #3 from arogozhnikov/patch-1
  • how about simpler pooling?
  • faster
  • link yannic
  • link