Export model 'repghostnet_050.in1k', on 2025-01-19 18:17:24 UTC
Browse files- README.md +10 -1
- models.parquet +2 -2
- repghostnet_050.in1k/meta.json +3 -0
- repghostnet_050.in1k/model.onnx +3 -0
- repghostnet_050.in1k/preprocess.json +3 -0
README.md
CHANGED
@@ -22,6 +22,7 @@ base_model:
|
|
22 |
- timm/mobilevitv2_050.cvnets_in1k
|
23 |
- timm/nextvit_base.bd_in1k
|
24 |
- timm/regnetx_080.tv2_in1k
|
|
|
25 |
- timm/repvgg_b1.rvgg_in1k
|
26 |
- timm/resnetaa50.a1h_in1k
|
27 |
- timm/resnetv2_101x1_bit.goog_in21k_ft_in1k
|
@@ -44,7 +45,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
44 |
|
45 |
# Models
|
46 |
|
47 |
-
|
48 |
|
49 |
## ByobNet
|
50 |
|
@@ -158,6 +159,14 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
158 |
|:-------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:------------|:--------|:---------------|:-------------|
|
159 |
| [regnetx_080.tv2_in1k](https://huggingface.co/timm/regnetx_080.tv2_in1k) | 39.5M | 8.0G | 224 | True | 1920 | 1000 | imagenet-1k | RegNet | regnetx_080 | 2023-03-21 |
|
160 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
161 |
## ResNet
|
162 |
|
163 |
2 models with model class `ResNet`.
|
|
|
22 |
- timm/mobilevitv2_050.cvnets_in1k
|
23 |
- timm/nextvit_base.bd_in1k
|
24 |
- timm/regnetx_080.tv2_in1k
|
25 |
+
- timm/repghostnet_050.in1k
|
26 |
- timm/repvgg_b1.rvgg_in1k
|
27 |
- timm/resnetaa50.a1h_in1k
|
28 |
- timm/resnetv2_101x1_bit.goog_in21k_ft_in1k
|
|
|
45 |
|
46 |
# Models
|
47 |
|
48 |
+
31 models exported from TIMM in total.
|
49 |
|
50 |
## ByobNet
|
51 |
|
|
|
159 |
|:-------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:------------|:--------|:---------------|:-------------|
|
160 |
| [regnetx_080.tv2_in1k](https://huggingface.co/timm/regnetx_080.tv2_in1k) | 39.5M | 8.0G | 224 | True | 1920 | 1000 | imagenet-1k | RegNet | regnetx_080 | 2023-03-21 |
|
161 |
|
162 |
+
## RepGhostNet
|
163 |
+
|
164 |
+
1 model with model class `RepGhostNet`.
|
165 |
+
|
166 |
+
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
167 |
+
|:-------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:------------|:------------|:----------------|:-------------|
|
168 |
+
| [repghostnet_050.in1k](https://huggingface.co/timm/repghostnet_050.in1k) | 1.0M | 53.4M | 224 | True | 1280 | 1000 | imagenet-1k | RepGhostNet | repghostnet_050 | 2023-08-19 |
|
169 |
+
|
170 |
## ResNet
|
171 |
|
172 |
2 models with model class `ResNet`.
|
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:b3a9c6804091abb54b733fbb79ea5186624c06deec18a0a72d99ee83ecfb7440
|
3 |
+
size 10802
|
repghostnet_050.in1k/meta.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cbfbaefc7059deb01d74d2858cfe9395f3e480a0acd582177617ace44ba0d0d7
|
3 |
+
size 169801
|
repghostnet_050.in1k/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec7ffe2f54f96190fb5e803d196755c8c7f9b90c56a9126eb0a0469952ad0581
|
3 |
+
size 9374627
|
repghostnet_050.in1k/preprocess.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6abb43a6abcd1556f46dcb1b8605bb3c121fb3d91a10e384e0f737a9d92bd254
|
3 |
+
size 735
|