Export model 'gcresnet50t.ra2_in1k', on 2025-01-20 18:51:29 JST
Browse files- README.md +3 -2
- gcresnet50t.ra2_in1k/meta.json +3 -0
- gcresnet50t.ra2_in1k/model.onnx +3 -0
- gcresnet50t.ra2_in1k/preprocess.json +3 -0
- models.parquet +2 -2
README.md
CHANGED
@@ -114,7 +114,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
114 |
|
115 |
# Models
|
116 |
|
117 |
-
|
118 |
|
119 |
## Beit
|
120 |
|
@@ -128,7 +128,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
128 |
|
129 |
## ByobNet
|
130 |
|
131 |
-
|
132 |
|
133 |
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
134 |
|:-----------------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:------------|:--------|:--------------------|:-------------|
|
@@ -149,6 +149,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
149 |
| [repvgg_a2.rvgg_in1k](https://huggingface.co/timm/repvgg_a2.rvgg_in1k) | 28.2M | 5.7G | 224 | True | 1408 | 1000 | imagenet-1k | ByobNet | repvgg_a2 | 2023-03-22 |
|
150 |
| [mobilevitv2_175.cvnets_in22k_ft_in1k](https://huggingface.co/timm/mobilevitv2_175.cvnets_in22k_ft_in1k) | 14.2M | 5.5G | 256 | True | 896 | 1000 | imagenet-1k | ByobNet | mobilevitv2_175 | 2023-04-25 |
|
151 |
| [mobilevitv2_175.cvnets_in1k](https://huggingface.co/timm/mobilevitv2_175.cvnets_in1k) | 14.2M | 5.5G | 256 | True | 896 | 1000 | imagenet-1k | ByobNet | mobilevitv2_175 | 2023-04-25 |
|
|
|
152 |
| [resnet50_clip_gap.openai](https://huggingface.co/timm/resnet50_clip_gap.openai) | 23.5M | 5.4G | 224 | False | 2048 | 2048 | | ByobNet | resnet50_clip_gap | 2024-12-27 |
|
153 |
| [resnet50_clip_gap.cc12m](https://huggingface.co/timm/resnet50_clip_gap.cc12m) | 23.5M | 5.4G | 224 | False | 2048 | 2048 | | ByobNet | resnet50_clip_gap | 2024-12-27 |
|
154 |
| [lambda_resnet50ts.a1h_in1k](https://huggingface.co/timm/lambda_resnet50ts.a1h_in1k) | 21.5M | 5.0G | 256 | True | 2048 | 1000 | imagenet-1k | ByobNet | lambda_resnet50ts | 2023-04-27 |
|
|
|
114 |
|
115 |
# Models
|
116 |
|
117 |
+
721 models exported from TIMM in total.
|
118 |
|
119 |
## Beit
|
120 |
|
|
|
128 |
|
129 |
## ByobNet
|
130 |
|
131 |
+
48 models with model class `ByobNet`.
|
132 |
|
133 |
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
134 |
|:-----------------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:------------|:--------|:--------------------|:-------------|
|
|
|
149 |
| [repvgg_a2.rvgg_in1k](https://huggingface.co/timm/repvgg_a2.rvgg_in1k) | 28.2M | 5.7G | 224 | True | 1408 | 1000 | imagenet-1k | ByobNet | repvgg_a2 | 2023-03-22 |
|
150 |
| [mobilevitv2_175.cvnets_in22k_ft_in1k](https://huggingface.co/timm/mobilevitv2_175.cvnets_in22k_ft_in1k) | 14.2M | 5.5G | 256 | True | 896 | 1000 | imagenet-1k | ByobNet | mobilevitv2_175 | 2023-04-25 |
|
151 |
| [mobilevitv2_175.cvnets_in1k](https://huggingface.co/timm/mobilevitv2_175.cvnets_in1k) | 14.2M | 5.5G | 256 | True | 896 | 1000 | imagenet-1k | ByobNet | mobilevitv2_175 | 2023-04-25 |
|
152 |
+
| [gcresnet50t.ra2_in1k](https://huggingface.co/timm/gcresnet50t.ra2_in1k) | 25.8M | 5.4G | 256 | True | 2048 | 1000 | imagenet-1k | ByobNet | gcresnet50t | 2023-03-22 |
|
153 |
| [resnet50_clip_gap.openai](https://huggingface.co/timm/resnet50_clip_gap.openai) | 23.5M | 5.4G | 224 | False | 2048 | 2048 | | ByobNet | resnet50_clip_gap | 2024-12-27 |
|
154 |
| [resnet50_clip_gap.cc12m](https://huggingface.co/timm/resnet50_clip_gap.cc12m) | 23.5M | 5.4G | 224 | False | 2048 | 2048 | | ByobNet | resnet50_clip_gap | 2024-12-27 |
|
155 |
| [lambda_resnet50ts.a1h_in1k](https://huggingface.co/timm/lambda_resnet50ts.a1h_in1k) | 21.5M | 5.0G | 256 | True | 2048 | 1000 | imagenet-1k | ByobNet | lambda_resnet50ts | 2023-04-27 |
|
gcresnet50t.ra2_in1k/meta.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1119d82b4643afdf59d2b84ab94e14a81a7f2e8743ad7d3945e0f757b4cc499
|
3 |
+
size 169796
|
gcresnet50t.ra2_in1k/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e362164ebe01c3d300e106cffe2f74a750bfed808e7771067260bff6a936eed
|
3 |
+
size 103678312
|
gcresnet50t.ra2_in1k/preprocess.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1cc0f645a31d1f6a73e10880a3e97295c3d1f49072e1274e30a08a72dd09f404
|
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:99b122b3f4d1893f73f7aef1a6ef2d2e2de93c5fb2b71917232928a56d0d2133
|
3 |
+
size 44891
|