Spaces:
Build error
Build error
Update README.md
Browse files
README.md
CHANGED
@@ -3,8 +3,10 @@
|
|
3 |
[](https://paperswithcode.com/sota/image-classification-on-inaturalist?p=metaformer-a-unified-meta-framework-for-fine)
|
4 |
[](https://paperswithcode.com/sota/image-classification-on-inaturalist-2018?p=metaformer-a-unified-meta-framework-for-fine)
|
5 |
# MetaFormer
|
6 |
-
A repository for the code used to create and train the model defined in “MetaFormer
|
7 |

|
|
|
|
|
8 |
## Model zoo
|
9 |
| name | resolution | 1k model | 21k model | iNat21 model |
|
10 |
| :--------: | :----------: | :--------: | :----------: | :------------: |
|
|
|
3 |
[](https://paperswithcode.com/sota/image-classification-on-inaturalist?p=metaformer-a-unified-meta-framework-for-fine)
|
4 |
[](https://paperswithcode.com/sota/image-classification-on-inaturalist-2018?p=metaformer-a-unified-meta-framework-for-fine)
|
5 |
# MetaFormer
|
6 |
+
A repository for the code used to create and train the model defined in “MetaFormer: A Unified Meta Framework for Fine-Grained Recognition” [arxiv:2203.02751](http://arxiv.org/abs/2203.02751)
|
7 |

|
8 |
+
Moreover, MetaFormer is similar to CoAtNet. Therefore, this repo can also be seen as a reference PyTorch implementation of “CoAtNet: Marrying Convolution and Attention for All Data Sizes” [arxiv:2106.04803](https://arxiv.org/abs/2106.04803)
|
9 |
+

|
10 |
## Model zoo
|
11 |
| name | resolution | 1k model | 21k model | iNat21 model |
|
12 |
| :--------: | :----------: | :--------: | :----------: | :------------: |
|