Add LiteRT converted deit_tiny_patch16_224
Browse files- README.md +54 -0
- model.tflite +3 -0
README.md
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: litert
|
| 3 |
+
base_model: timm/deit_tiny_patch16_224.fb_in1k
|
| 4 |
+
tags:
|
| 5 |
+
- vision
|
| 6 |
+
- image-classification
|
| 7 |
+
datasets:
|
| 8 |
+
- imagenet-1k
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# deit_tiny_patch16_224
|
| 12 |
+
|
| 13 |
+
Converted TIMM image classification model for LiteRT.
|
| 14 |
+
|
| 15 |
+
- Source architecture: deit_tiny_patch16_224
|
| 16 |
+
- File: model.tflite
|
| 17 |
+
|
| 18 |
+
## Model Details
|
| 19 |
+
|
| 20 |
+
- **Model Type:** Image classification / feature backbone
|
| 21 |
+
- **Model Stats:**
|
| 22 |
+
- Params (M): 5.7
|
| 23 |
+
- GMACs: 1.3
|
| 24 |
+
- Activations (M): 6.0
|
| 25 |
+
- Image size: 224 x 224
|
| 26 |
+
- **Papers:**
|
| 27 |
+
- Training data-efficient image transformers & distillation through attention: https://arxiv.org/abs/2012.12877
|
| 28 |
+
- **Original:** https://github.com/facebookresearch/deit
|
| 29 |
+
- **Dataset:** ImageNet-1k
|
| 30 |
+
|
| 31 |
+
## Citation
|
| 32 |
+
|
| 33 |
+
```bibtex
|
| 34 |
+
@InProceedings{pmlr-v139-touvron21a,
|
| 35 |
+
title = {Training data-efficient image transformers & distillation through attention},
|
| 36 |
+
author = {Touvron, Hugo and Cord, Matthieu and Douze, Matthijs and Massa, Francisco and Sablayrolles, Alexandre and Jegou, Herve},
|
| 37 |
+
booktitle = {International Conference on Machine Learning},
|
| 38 |
+
pages = {10347--10357},
|
| 39 |
+
year = {2021},
|
| 40 |
+
volume = {139},
|
| 41 |
+
month = {July}
|
| 42 |
+
}
|
| 43 |
+
```
|
| 44 |
+
```bibtex
|
| 45 |
+
@misc{rw2019timm,
|
| 46 |
+
author = {Ross Wightman},
|
| 47 |
+
title = {PyTorch Image Models},
|
| 48 |
+
year = {2019},
|
| 49 |
+
publisher = {GitHub},
|
| 50 |
+
journal = {GitHub repository},
|
| 51 |
+
doi = {10.5281/zenodo.4414861},
|
| 52 |
+
howpublished = {\url{https://github.com/huggingface/pytorch-image-models}}
|
| 53 |
+
}
|
| 54 |
+
```
|
model.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:23d171fd7030e899a29d5d4412dfd3dd14c2cd3d45bec48f2f7fe71c550861fb
|
| 3 |
+
size 22978000
|