Instructions to use litert-community/repvit_m0_9 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LiteRT
How to use litert-community/repvit_m0_9 with LiteRT:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Add LiteRT converted repvit_m0_9
Browse files- README.md +45 -0
- model.tflite +3 -0
README.md
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: litert
|
| 3 |
+
base_model: timm/repvit_m0_9.dist_300e_in1k
|
| 4 |
+
tags:
|
| 5 |
+
- vision
|
| 6 |
+
- image-classification
|
| 7 |
+
datasets:
|
| 8 |
+
- imagenet-1k
|
| 9 |
+
---
|
| 10 |
+
# repvit_m0_9
|
| 11 |
+
|
| 12 |
+
Converted TIMM image classification model for LiteRT.
|
| 13 |
+
|
| 14 |
+
- Source architecture: `repvit_m0_9`
|
| 15 |
+
- Source checkpoint: `timm/repvit_m0_9.dist_300e_in1k`
|
| 16 |
+
- File: `model.tflite`
|
| 17 |
+
- Input: `float32` tensor in NCHW layout, shape `[1, 3, 224, 224]`
|
| 18 |
+
- Output: ImageNet-1K logits, shape `[1, 1000]`
|
| 19 |
+
|
| 20 |
+
## Model Details
|
| 21 |
+
|
| 22 |
+
- **Model Type:** Image classification / feature backbone
|
| 23 |
+
- **Model Stats:**
|
| 24 |
+
- Params (M): 5.5
|
| 25 |
+
- GMACs: 0.8
|
| 26 |
+
- Activations (M): 7.4
|
| 27 |
+
- Image size: 224 x 224
|
| 28 |
+
- **Papers:**
|
| 29 |
+
- RepViT: Revisiting Mobile CNN From ViT Perspective: https://arxiv.org/abs/2307.09283
|
| 30 |
+
- **Original:** https://github.com/THU-MIG/RepViT
|
| 31 |
+
- **Dataset:** ImageNet-1k
|
| 32 |
+
|
| 33 |
+
## Citation
|
| 34 |
+
|
| 35 |
+
```bibtex
|
| 36 |
+
@misc{wang2023repvit,
|
| 37 |
+
title={RepViT: Revisiting Mobile CNN From ViT Perspective},
|
| 38 |
+
author={Ao Wang and Hui Chen and Zijia Lin and Hengjun Pu and Guiguang Ding},
|
| 39 |
+
year={2023},
|
| 40 |
+
eprint={2307.09283},
|
| 41 |
+
archivePrefix={arXiv},
|
| 42 |
+
primaryClass={cs.CV}
|
| 43 |
+
}
|
| 44 |
+
```
|
| 45 |
+
|
model.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9ce30238375163639f9f1c7a1bd503e0870a66e098d33993086528d32da23a91
|
| 3 |
+
size 22025632
|