Export model 'hgnet_small.ssld_in1k', on 2025-01-19 18:30:06 UTC
Browse files- README.md +4 -2
- hgnet_small.ssld_in1k/meta.json +3 -0
- hgnet_small.ssld_in1k/model.onnx +3 -0
- hgnet_small.ssld_in1k/preprocess.json +3 -0
- models.parquet +2 -2
README.md
CHANGED
@@ -24,6 +24,7 @@ base_model:
|
|
24 |
- timm/fbnetv3_b.ra2_in1k
|
25 |
- timm/ghostnetv2_100.in1k
|
26 |
- timm/hardcorenas_f.miil_green_in1k
|
|
|
27 |
- timm/hgnetv2_b3.ssld_stage1_in22k_in1k
|
28 |
- timm/hgnetv2_b4.ssld_stage2_ft_in1k
|
29 |
- timm/hgnetv2_b5.ssld_stage1_in22k_in1k
|
@@ -79,7 +80,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
79 |
|
80 |
# Models
|
81 |
|
82 |
-
|
83 |
|
84 |
## ByobNet
|
85 |
|
@@ -158,10 +159,11 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
158 |
|
159 |
## HighPerfGpuNet
|
160 |
|
161 |
-
|
162 |
|
163 |
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
164 |
|:---------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:------------|:---------------|:---------------|:-------------|
|
|
|
165 |
| [hgnetv2_b5.ssld_stage1_in22k_in1k](https://huggingface.co/timm/hgnetv2_b5.ssld_stage1_in22k_in1k) | 39.6M | 6.6G | 224 | True | 2048 | 1000 | imagenet-1k | HighPerfGpuNet | hgnetv2_b5 | 2024-02-12 |
|
166 |
| [hgnetv2_b4.ssld_stage2_ft_in1k](https://huggingface.co/timm/hgnetv2_b4.ssld_stage2_ft_in1k) | 19.8M | 2.8G | 224 | True | 2048 | 1000 | imagenet-1k | HighPerfGpuNet | hgnetv2_b4 | 2024-02-12 |
|
167 |
| [hgnetv2_b3.ssld_stage1_in22k_in1k](https://huggingface.co/timm/hgnetv2_b3.ssld_stage1_in22k_in1k) | 16.3M | 1.8G | 224 | True | 2048 | 1000 | imagenet-1k | HighPerfGpuNet | hgnetv2_b3 | 2024-02-12 |
|
|
|
24 |
- timm/fbnetv3_b.ra2_in1k
|
25 |
- timm/ghostnetv2_100.in1k
|
26 |
- timm/hardcorenas_f.miil_green_in1k
|
27 |
+
- timm/hgnet_small.ssld_in1k
|
28 |
- timm/hgnetv2_b3.ssld_stage1_in22k_in1k
|
29 |
- timm/hgnetv2_b4.ssld_stage2_ft_in1k
|
30 |
- timm/hgnetv2_b5.ssld_stage1_in22k_in1k
|
|
|
80 |
|
81 |
# Models
|
82 |
|
83 |
+
66 models exported from TIMM in total.
|
84 |
|
85 |
## ByobNet
|
86 |
|
|
|
159 |
|
160 |
## HighPerfGpuNet
|
161 |
|
162 |
+
4 models with model class `HighPerfGpuNet`.
|
163 |
|
164 |
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
165 |
|:---------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:------------|:---------------|:---------------|:-------------|
|
166 |
+
| [hgnet_small.ssld_in1k](https://huggingface.co/timm/hgnet_small.ssld_in1k) | 24.4M | 8.5G | 224 | True | 2048 | 1000 | imagenet-1k | HighPerfGpuNet | hgnet_small | 2024-02-12 |
|
167 |
| [hgnetv2_b5.ssld_stage1_in22k_in1k](https://huggingface.co/timm/hgnetv2_b5.ssld_stage1_in22k_in1k) | 39.6M | 6.6G | 224 | True | 2048 | 1000 | imagenet-1k | HighPerfGpuNet | hgnetv2_b5 | 2024-02-12 |
|
168 |
| [hgnetv2_b4.ssld_stage2_ft_in1k](https://huggingface.co/timm/hgnetv2_b4.ssld_stage2_ft_in1k) | 19.8M | 2.8G | 224 | True | 2048 | 1000 | imagenet-1k | HighPerfGpuNet | hgnetv2_b4 | 2024-02-12 |
|
169 |
| [hgnetv2_b3.ssld_stage1_in22k_in1k](https://huggingface.co/timm/hgnetv2_b3.ssld_stage1_in22k_in1k) | 16.3M | 1.8G | 224 | True | 2048 | 1000 | imagenet-1k | HighPerfGpuNet | hgnetv2_b3 | 2024-02-12 |
|
hgnet_small.ssld_in1k/meta.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6cfefb08695fb852f21230607e7dcfcf2c53e700f4e0aefa1915daedd1eb8d81
|
3 |
+
size 169805
|
hgnet_small.ssld_in1k/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:16ec5e0bc101084771e26865fa3b409c476042f39011a28fd56fc46dd64aa363
|
3 |
+
size 97451661
|
hgnet_small.ssld_in1k/preprocess.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:baa7ab2411dbf03d243fc5e5047f2645083d20ee325bb20def8f6ce734fd9ad4
|
3 |
+
size 734
|
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:b6c22c4fec9d5a4b4cbab8e7bddb441638f7b9a374d2d255d509f32a68fc18c2
|
3 |
+
size 13145
|