timm
/

Image Classification
timm
PyTorch
Safetensors
rwightman HF staff commited on
Commit
9964df6
1 Parent(s): c0c8326

Update model config and README

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -25,7 +25,7 @@ Recipe details:
25
  - Activations (M): 9.4
26
  - Image size: 224 x 224
27
  - **Papers:**
28
- - @: i
29
  - An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale: https://arxiv.org/abs/2010.11929v2
30
  - **Dataset:** ImageNet-1k
31
  - **Original:** https://github.com/huggingface/pytorch-image-models
@@ -101,7 +101,12 @@ Explore the dataset and runtime metrics of this model in timm [model results](ht
101
  }
102
  ```
103
  ```bibtex
104
- n
 
 
 
 
 
105
  ```
106
  ```bibtex
107
  @article{dosovitskiy2020vit,
 
25
  - Activations (M): 9.4
26
  - Image size: 224 x 224
27
  - **Papers:**
28
+ - Swin Transformer V2: Scaling Up Capacity and Resolution: https://arxiv.org/abs/2111.09883
29
  - An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale: https://arxiv.org/abs/2010.11929v2
30
  - **Dataset:** ImageNet-1k
31
  - **Original:** https://github.com/huggingface/pytorch-image-models
 
101
  }
102
  ```
103
  ```bibtex
104
+ @inproceedings{liu2021swinv2,
105
+ title={Swin Transformer V2: Scaling Up Capacity and Resolution},
106
+ author={Ze Liu and Han Hu and Yutong Lin and Zhuliang Yao and Zhenda Xie and Yixuan Wei and Jia Ning and Yue Cao and Zheng Zhang and Li Dong and Furu Wei and Baining Guo},
107
+ booktitle={International Conference on Computer Vision and Pattern Recognition (CVPR)},
108
+ year={2022}
109
+ }
110
  ```
111
  ```bibtex
112
  @article{dosovitskiy2020vit,