Add LiteRT converted swin_tiny_patch4_window7_224
Browse files- README.md +51 -0
- model.tflite +3 -0
README.md
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: litert
|
| 3 |
+
base_model: timm/swin_tiny_patch4_window7_224.ms_in1k
|
| 4 |
+
tags:
|
| 5 |
+
- vision
|
| 6 |
+
- image-classification
|
| 7 |
+
datasets:
|
| 8 |
+
- imagenet-1k
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# swin_tiny_patch4_window7_224
|
| 12 |
+
|
| 13 |
+
Converted TIMM image classification model for LiteRT.
|
| 14 |
+
|
| 15 |
+
- Source architecture: swin_tiny_patch4_window7_224
|
| 16 |
+
- File: model.tflite
|
| 17 |
+
|
| 18 |
+
## Model Details
|
| 19 |
+
|
| 20 |
+
- **Model Type:** Image classification / feature backbone
|
| 21 |
+
- **Model Stats:**
|
| 22 |
+
- Params (M): 28.3
|
| 23 |
+
- GMACs: 4.5
|
| 24 |
+
- Activations (M): 17.1
|
| 25 |
+
- Image size: 224 x 224
|
| 26 |
+
- **Papers:**
|
| 27 |
+
- Swin Transformer: Hierarchical Vision Transformer using Shifted Windows: https://arxiv.org/abs/2103.14030
|
| 28 |
+
- **Original:** https://github.com/microsoft/Swin-Transformer
|
| 29 |
+
- **Dataset:** ImageNet-1k
|
| 30 |
+
|
| 31 |
+
## Citation
|
| 32 |
+
|
| 33 |
+
```bibtex
|
| 34 |
+
@inproceedings{liu2021Swin,
|
| 35 |
+
title={Swin Transformer: Hierarchical Vision Transformer using Shifted Windows},
|
| 36 |
+
author={Liu, Ze and Lin, Yutong and Cao, Yue and Hu, Han and Wei, Yixuan and Zhang, Zheng and Lin, Stephen and Guo, Baining},
|
| 37 |
+
booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
|
| 38 |
+
year={2021}
|
| 39 |
+
}
|
| 40 |
+
```
|
| 41 |
+
```bibtex
|
| 42 |
+
@misc{rw2019timm,
|
| 43 |
+
author = {Ross Wightman},
|
| 44 |
+
title = {PyTorch Image Models},
|
| 45 |
+
year = {2019},
|
| 46 |
+
publisher = {GitHub},
|
| 47 |
+
journal = {GitHub repository},
|
| 48 |
+
doi = {10.5281/zenodo.4414861},
|
| 49 |
+
howpublished = {\url{https://github.com/huggingface/pytorch-image-models}}
|
| 50 |
+
}
|
| 51 |
+
```
|
model.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a521d8c8cf50da70bd82b47dbfec03433fc4cf4f7c19e6f5263ae3f3d8823bf
|
| 3 |
+
size 114467920
|