Export model 'inception_v4.tf_in1k', on 2025-01-19 18:22:03 UTC
Browse files- README.md +10 -1
- inception_v4.tf_in1k/meta.json +3 -0
- inception_v4.tf_in1k/model.onnx +3 -0
- inception_v4.tf_in1k/preprocess.json +3 -0
- models.parquet +2 -2
README.md
CHANGED
@@ -19,6 +19,7 @@ base_model:
|
|
19 |
- timm/hgnetv2_b3.ssld_stage1_in22k_in1k
|
20 |
- timm/hgnetv2_b4.ssld_stage2_ft_in1k
|
21 |
- timm/inception_resnet_v2.tf_in1k
|
|
|
22 |
- timm/mobilenet_edgetpu_v2_m.ra4_e3600_r224_in1k
|
23 |
- timm/mobilenetv2_100.ra_in1k
|
24 |
- timm/mobilevitv2_050.cvnets_in1k
|
@@ -56,7 +57,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
56 |
|
57 |
# Models
|
58 |
|
59 |
-
|
60 |
|
61 |
## ByobNet
|
62 |
|
@@ -137,6 +138,14 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
137 |
|:---------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:------------|:------------------|:--------------------|:-------------|
|
138 |
| [inception_resnet_v2.tf_in1k](https://huggingface.co/timm/inception_resnet_v2.tf_in1k) | 55.8M | 13.2G | 299 | True | 1536 | 1000 | imagenet-1k | InceptionResnetV2 | inception_resnet_v2 | 2023-04-25 |
|
139 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
140 |
## MetaFormer
|
141 |
|
142 |
3 models with model class `MetaFormer`.
|
|
|
19 |
- timm/hgnetv2_b3.ssld_stage1_in22k_in1k
|
20 |
- timm/hgnetv2_b4.ssld_stage2_ft_in1k
|
21 |
- timm/inception_resnet_v2.tf_in1k
|
22 |
+
- timm/inception_v4.tf_in1k
|
23 |
- timm/mobilenet_edgetpu_v2_m.ra4_e3600_r224_in1k
|
24 |
- timm/mobilenetv2_100.ra_in1k
|
25 |
- timm/mobilevitv2_050.cvnets_in1k
|
|
|
57 |
|
58 |
# Models
|
59 |
|
60 |
+
43 models exported from TIMM in total.
|
61 |
|
62 |
## ByobNet
|
63 |
|
|
|
138 |
|:---------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:------------|:------------------|:--------------------|:-------------|
|
139 |
| [inception_resnet_v2.tf_in1k](https://huggingface.co/timm/inception_resnet_v2.tf_in1k) | 55.8M | 13.2G | 299 | True | 1536 | 1000 | imagenet-1k | InceptionResnetV2 | inception_resnet_v2 | 2023-04-25 |
|
140 |
|
141 |
+
## InceptionV4
|
142 |
+
|
143 |
+
1 model with model class `InceptionV4`.
|
144 |
+
|
145 |
+
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
146 |
+
|:-------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:------------|:------------|:---------------|:-------------|
|
147 |
+
| [inception_v4.tf_in1k](https://huggingface.co/timm/inception_v4.tf_in1k) | 42.6M | 12.3G | 299 | True | 1536 | 1000 | imagenet-1k | InceptionV4 | inception_v4 | 2023-04-25 |
|
148 |
+
|
149 |
## MetaFormer
|
150 |
|
151 |
3 models with model class `MetaFormer`.
|
inception_v4.tf_in1k/meta.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a012e35470b749b70639cf935cf3c7c5d2790f6bc2a31fd103e81cb329c52ad
|
3 |
+
size 169802
|
inception_v4.tf_in1k/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54d0291236501c5358a1163367ec2babd189679009c30ca1dc4ac1e8f6aaea13
|
3 |
+
size 170732305
|
inception_v4.tf_in1k/preprocess.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:115c06ca0a3cbba30aaaa8bb4afba2ef1bd511b318436a35a8764f81bbaa5739
|
3 |
+
size 642
|
models.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:551ed183ab1896012ae3164d1b0cbd63daeb3780039efa7b568d04ed786fdf08
|
3 |
+
size 11692
|