Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- image-classification
|
| 4 |
+
library_name: coreml
|
| 5 |
+
license: other
|
| 6 |
+
datasets:
|
| 7 |
+
- imagenet-1k
|
| 8 |
+
---
|
| 9 |
+
# FastViT: A Fast Hybrid Vision Transformer using Structural Reparameterization
|
| 10 |
+
|
| 11 |
+
Please observe [original license](https://github.com/apple/ml-fastvit/blob/8af5928238cab99c45f64fc3e4e7b1516b8224ba/LICENSE).
|
| 12 |
+
|
| 13 |
+
## Model Details
|
| 14 |
+
- **Model Type:** Image classification
|
| 15 |
+
- **Model Stats:**
|
| 16 |
+
- Params (M): 44.1
|
| 17 |
+
- GMACs: 7.8
|
| 18 |
+
- Activations (M): 40.4
|
| 19 |
+
- Image size: 256 x 256
|
| 20 |
+
- **Papers:**
|
| 21 |
+
- FastViT: A Fast Hybrid Vision Transformer using Structural Reparameterization: https://arxiv.org/abs/2303.14189
|
| 22 |
+
- **Original:** https://github.com/apple/ml-fastvit
|
| 23 |
+
- **Dataset:** ImageNet-1k
|
| 24 |
+
|
| 25 |
+
## Citation
|
| 26 |
+
```bibtex
|
| 27 |
+
@inproceedings{vasufastvit2023,
|
| 28 |
+
author = {Pavan Kumar Anasosalu Vasu and James Gabriel and Jeff Zhu and Oncel Tuzel and Anurag Ranjan},
|
| 29 |
+
title = {FastViT: A Fast Hybrid Vision Transformer using Structural Reparameterization},
|
| 30 |
+
booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision},
|
| 31 |
+
year = {2023}
|
| 32 |
+
}
|
| 33 |
+
```
|