Export model 'resnet50c.gluon_in1k', on 2025-01-19 18:29:18 UTC
Browse files- README.md +4 -2
- models.parquet +2 -2
- resnet50c.gluon_in1k/meta.json +3 -0
- resnet50c.gluon_in1k/model.onnx +3 -0
- resnet50c.gluon_in1k/preprocess.json +3 -0
README.md
CHANGED
@@ -48,6 +48,7 @@ base_model:
|
|
48 |
- timm/resmlp_24_224.fb_in1k
|
49 |
- timm/resnet18d.ra2_in1k
|
50 |
- timm/resnet34.a3_in1k
|
|
|
51 |
- timm/resnet50d.a1_in1k
|
52 |
- timm/resnet101d.ra2_in1k
|
53 |
- timm/resnet152s.gluon_in1k
|
@@ -76,7 +77,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
76 |
|
77 |
# Models
|
78 |
|
79 |
-
|
80 |
|
81 |
## ByobNet
|
82 |
|
@@ -270,7 +271,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
270 |
|
271 |
## ResNet
|
272 |
|
273 |
-
|
274 |
|
275 |
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
276 |
|:---------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:------------|:--------|:---------------|:-------------|
|
@@ -278,6 +279,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
278 |
| [resnet101d.ra2_in1k](https://huggingface.co/timm/resnet101d.ra2_in1k) | 44.6M | 10.6G | 256 | True | 2048 | 1000 | imagenet-1k | ResNet | resnet101d | 2023-04-05 |
|
279 |
| [resnetaa50.a1h_in1k](https://huggingface.co/timm/resnetaa50.a1h_in1k) | 25.6M | 5.2G | 224 | True | 2048 | 1000 | imagenet-1k | ResNet | resnetaa50 | 2023-04-05 |
|
280 |
| [resnet50d.a1_in1k](https://huggingface.co/timm/resnet50d.a1_in1k) | 25.6M | 4.4G | 224 | True | 2048 | 1000 | imagenet-1k | ResNet | resnet50d | 2023-04-05 |
|
|
|
281 |
| [ecaresnet50t.a1_in1k](https://huggingface.co/timm/ecaresnet50t.a1_in1k) | 25.6M | 4.3G | 224 | True | 2048 | 1000 | imagenet-1k | ResNet | ecaresnet50t | 2023-04-05 |
|
282 |
| [resnet18d.ra2_in1k](https://huggingface.co/timm/resnet18d.ra2_in1k) | 11.7M | 2.1G | 224 | True | 512 | 1000 | imagenet-1k | ResNet | resnet18d | 2023-04-05 |
|
283 |
| [resnet34.a3_in1k](https://huggingface.co/timm/resnet34.a3_in1k) | 21.8M | 1.9G | 160 | True | 512 | 1000 | imagenet-1k | ResNet | resnet34 | 2023-04-05 |
|
|
|
48 |
- timm/resmlp_24_224.fb_in1k
|
49 |
- timm/resnet18d.ra2_in1k
|
50 |
- timm/resnet34.a3_in1k
|
51 |
+
- timm/resnet50c.gluon_in1k
|
52 |
- timm/resnet50d.a1_in1k
|
53 |
- timm/resnet101d.ra2_in1k
|
54 |
- timm/resnet152s.gluon_in1k
|
|
|
77 |
|
78 |
# Models
|
79 |
|
80 |
+
63 models exported from TIMM in total.
|
81 |
|
82 |
## ByobNet
|
83 |
|
|
|
271 |
|
272 |
## ResNet
|
273 |
|
274 |
+
8 models with model class `ResNet`.
|
275 |
|
276 |
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
277 |
|:---------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:------------|:--------|:---------------|:-------------|
|
|
|
279 |
| [resnet101d.ra2_in1k](https://huggingface.co/timm/resnet101d.ra2_in1k) | 44.6M | 10.6G | 256 | True | 2048 | 1000 | imagenet-1k | ResNet | resnet101d | 2023-04-05 |
|
280 |
| [resnetaa50.a1h_in1k](https://huggingface.co/timm/resnetaa50.a1h_in1k) | 25.6M | 5.2G | 224 | True | 2048 | 1000 | imagenet-1k | ResNet | resnetaa50 | 2023-04-05 |
|
281 |
| [resnet50d.a1_in1k](https://huggingface.co/timm/resnet50d.a1_in1k) | 25.6M | 4.4G | 224 | True | 2048 | 1000 | imagenet-1k | ResNet | resnet50d | 2023-04-05 |
|
282 |
+
| [resnet50c.gluon_in1k](https://huggingface.co/timm/resnet50c.gluon_in1k) | 25.6M | 4.4G | 224 | True | 2048 | 1000 | imagenet-1k | ResNet | resnet50c | 2023-04-05 |
|
283 |
| [ecaresnet50t.a1_in1k](https://huggingface.co/timm/ecaresnet50t.a1_in1k) | 25.6M | 4.3G | 224 | True | 2048 | 1000 | imagenet-1k | ResNet | ecaresnet50t | 2023-04-05 |
|
284 |
| [resnet18d.ra2_in1k](https://huggingface.co/timm/resnet18d.ra2_in1k) | 11.7M | 2.1G | 224 | True | 512 | 1000 | imagenet-1k | ResNet | resnet18d | 2023-04-05 |
|
285 |
| [resnet34.a3_in1k](https://huggingface.co/timm/resnet34.a3_in1k) | 21.8M | 1.9G | 160 | True | 512 | 1000 | imagenet-1k | ResNet | resnet34 | 2023-04-05 |
|
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:b0d7145948ad162af853269787480e2e450627af9a4a3cd5fce4c8e3f7235306
|
3 |
+
size 12868
|
resnet50c.gluon_in1k/meta.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c05520c4722dfe0935659e44e827876f4349be371544cbf660e54127ea33610
|
3 |
+
size 169793
|
resnet50c.gluon_in1k/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7dd087f3310fe0dc58245f258f9c38fe59895efa6d5e2078fa1ab02bae85a26c
|
3 |
+
size 102239163
|
resnet50c.gluon_in1k/preprocess.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4b5ddfa5f811419c53f2604e24f1d6ea68d955f1a20343d26ab2ebd78e4e21e5
|
3 |
+
size 734
|