├── .gitignore ├── LICENSE ├── README.md ├── mlp-mixer.py └── model.PNG /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishikksh20/MLP-Mixer-pytorch/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishikksh20/MLP-Mixer-pytorch/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishikksh20/MLP-Mixer-pytorch/HEAD/README.md -------------------------------------------------------------------------------- /mlp-mixer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishikksh20/MLP-Mixer-pytorch/HEAD/mlp-mixer.py -------------------------------------------------------------------------------- /model.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishikksh20/MLP-Mixer-pytorch/HEAD/model.PNG --------------------------------------------------------------------------------