Add LiteRT converted xcit_tiny_24_p8_224
Browse files- README.md +40 -0
- model.tflite +3 -0
README.md
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: litert
|
| 3 |
+
base_model: timm/xcit_tiny_24_p8_224.fb_in1k
|
| 4 |
+
tags:
|
| 5 |
+
- vision
|
| 6 |
+
- image-classification
|
| 7 |
+
datasets:
|
| 8 |
+
- imagenet-1k
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# xcit_tiny_24_p8_224
|
| 12 |
+
|
| 13 |
+
Converted TIMM image classification model for LiteRT.
|
| 14 |
+
|
| 15 |
+
- Source architecture: xcit_tiny_24_p8_224
|
| 16 |
+
- File: model.tflite
|
| 17 |
+
|
| 18 |
+
## Model Details
|
| 19 |
+
|
| 20 |
+
- **Model Type:** Image classification / feature backbone
|
| 21 |
+
- **Model Stats:**
|
| 22 |
+
- Params (M): 12.1
|
| 23 |
+
- GMACs: 9.2
|
| 24 |
+
- Activations (M): 45.4
|
| 25 |
+
- Image size: 224 x 224
|
| 26 |
+
- **Papers:**
|
| 27 |
+
- XCiT: Cross-Covariance Image Transformers: https://arxiv.org/abs/2106.09681
|
| 28 |
+
- **Dataset:** ImageNet-1k
|
| 29 |
+
- **Original:** https://github.com/facebookresearch/xcit
|
| 30 |
+
|
| 31 |
+
## Citation
|
| 32 |
+
|
| 33 |
+
```bibtex
|
| 34 |
+
@article{el2021xcit,
|
| 35 |
+
title={XCiT: Cross-Covariance Image Transformers},
|
| 36 |
+
author={El-Nouby, Alaaeldin and Touvron, Hugo and Caron, Mathilde and Bojanowski, Piotr and Douze, Matthijs and Joulin, Armand and Laptev, Ivan and Neverova, Natalia and Synnaeve, Gabriel and Verbeek, Jakob and others},
|
| 37 |
+
journal={arXiv preprint arXiv:2106.09681},
|
| 38 |
+
year={2021}
|
| 39 |
+
}
|
| 40 |
+
```
|
model.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ce2f678ca83498ca116da5f538f7f17ed335493bd391c856556afcff8b13663f
|
| 3 |
+
size 48841264
|