Instructions to use unifyai/MLPMixer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use unifyai/MLPMixer with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("unifyai/MLPMixer", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"vol": 72,"inp_dim":3,"num_classes":10,"num_blocks":4,"patch_size":9,"hidden_dim":128,"token_mlp_dim":64,"channel_mlp_dim":128
|
|
|
|
| 1 |
+
{"vol": 72,"inp_dim":3,"num_classes":10,"num_blocks":4,"patch_size":9,"hidden_dim":128,"token_mlp_dim":64,"channel_mlp_dim":128}
|