narugo1992
commited on
Export model 'cspresnet50.ra_in1k', on 2025-01-19 18:27:08 UTC
Browse files- README.md +4 -2
- cspresnet50.ra_in1k/meta.json +3 -0
- cspresnet50.ra_in1k/model.onnx +3 -0
- cspresnet50.ra_in1k/preprocess.json +3 -0
- models.parquet +2 -2
README.md
CHANGED
@@ -11,6 +11,7 @@ base_model:
|
|
11 |
- timm/convnext_pico.d1_in1k
|
12 |
- timm/convnext_pico_ols.d1_in1k
|
13 |
- timm/convnextv2_atto.fcmae_ft_in1k
|
|
|
14 |
- timm/cspresnext50.ra_in1k
|
15 |
- timm/ecaresnet50t.a1_in1k
|
16 |
- timm/efficientnet_b5.sw_in12k
|
@@ -71,7 +72,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
71 |
|
72 |
# Models
|
73 |
|
74 |
-
|
75 |
|
76 |
## ByobNet
|
77 |
|
@@ -104,10 +105,11 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
104 |
|
105 |
## CspNet
|
106 |
|
107 |
-
|
108 |
|
109 |
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
110 |
|:-------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:------------|:--------|:---------------|:-------------|
|
|
|
111 |
| [cspresnext50.ra_in1k](https://huggingface.co/timm/cspresnext50.ra_in1k) | 20.5M | 4.0G | 256 | True | 2048 | 1000 | imagenet-1k | CspNet | cspresnext50 | 2023-04-12 |
|
112 |
|
113 |
## EfficientNet
|
|
|
11 |
- timm/convnext_pico.d1_in1k
|
12 |
- timm/convnext_pico_ols.d1_in1k
|
13 |
- timm/convnextv2_atto.fcmae_ft_in1k
|
14 |
+
- timm/cspresnet50.ra_in1k
|
15 |
- timm/cspresnext50.ra_in1k
|
16 |
- timm/ecaresnet50t.a1_in1k
|
17 |
- timm/efficientnet_b5.sw_in12k
|
|
|
72 |
|
73 |
# Models
|
74 |
|
75 |
+
58 models exported from TIMM in total.
|
76 |
|
77 |
## ByobNet
|
78 |
|
|
|
105 |
|
106 |
## CspNet
|
107 |
|
108 |
+
2 models with model class `CspNet`.
|
109 |
|
110 |
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
111 |
|:-------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:------------|:--------|:---------------|:-------------|
|
112 |
+
| [cspresnet50.ra_in1k](https://huggingface.co/timm/cspresnet50.ra_in1k) | 21.6M | 4.5G | 256 | True | 1024 | 1000 | imagenet-1k | CspNet | cspresnet50 | 2023-04-12 |
|
113 |
| [cspresnext50.ra_in1k](https://huggingface.co/timm/cspresnext50.ra_in1k) | 20.5M | 4.0G | 256 | True | 2048 | 1000 | imagenet-1k | CspNet | cspresnext50 | 2023-04-12 |
|
114 |
|
115 |
## EfficientNet
|
cspresnet50.ra_in1k/meta.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bdd183c653fd775428be4afe7fd594b3b21071ef7b5cd2356a49ae16606745fe
|
3 |
+
size 169793
|
cspresnet50.ra_in1k/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c399f1d02ba011d57e8dfc2fdb2ac8c66083238b4f76680b588cfa17018f1a0
|
3 |
+
size 86438351
|
cspresnet50.ra_in1k/preprocess.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cfcb9988ccfb1e55bc650eb912e85e5260637ac6716d332d5e2ab16212201a8e
|
3 |
+
size 735
|
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:df5756a36210e72d8c2d92622c8acf0febd252197e7dded405b380baee384cfc
|
3 |
+
size 12604
|