snnn001 commited on
Commit
06d96de
·
verified ·
1 Parent(s): 37dd180

Add LiteRT converted convnext_atto

Browse files
Files changed (2) hide show
  1. README.md +54 -0
  2. model.tflite +3 -0
README.md ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: litert
3
+ base_model: timm/convnext_atto.d2_in1k
4
+ tags:
5
+ - vision
6
+ - image-classification
7
+ datasets:
8
+ - imagenet-1k
9
+ ---
10
+ # convnext_atto
11
+
12
+ Converted TIMM image classification model for LiteRT.
13
+
14
+ - Source architecture: `convnext_atto`
15
+ - Source checkpoint: `timm/convnext_atto.d2_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): 3.7
25
+ - GMACs: 0.6
26
+ - Activations (M): 3.8
27
+ - Image size: train = 224 x 224, test = 288 x 288
28
+ - **Papers:**
29
+ - A ConvNet for the 2020s: https://arxiv.org/abs/2201.03545
30
+ - **Original:** https://github.com/huggingface/pytorch-image-models
31
+ - **Dataset:** ImageNet-1k
32
+
33
+ ## Citation
34
+
35
+ ```bibtex
36
+ @misc{rw2019timm,
37
+ author = {Ross Wightman},
38
+ title = {PyTorch Image Models},
39
+ year = {2019},
40
+ publisher = {GitHub},
41
+ journal = {GitHub repository},
42
+ doi = {10.5281/zenodo.4414861},
43
+ howpublished = {\url{https://github.com/huggingface/pytorch-image-models}}
44
+ }
45
+ ```
46
+ ```bibtex
47
+ @article{liu2022convnet,
48
+ author = {Zhuang Liu and Hanzi Mao and Chao-Yuan Wu and Christoph Feichtenhofer and Trevor Darrell and Saining Xie},
49
+ title = {A ConvNet for the 2020s},
50
+ journal = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
51
+ year = {2022},
52
+ }
53
+ ```
54
+
model.tflite ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5945c220d0aaddcd398e716ead094917cd459aa9e50e5ab87ef87cb33e3b10fc
3
+ size 14825808