narugo commited on
Commit
7236bb3
·
verified ·
1 Parent(s): 78b31da

Export model 'skresnext50_32x4d.ra_in1k', on 2025-01-19 18:37:04 UTC

Browse files
README.md CHANGED
@@ -72,6 +72,7 @@ base_model:
72
  - timm/resnetv2_101x1_bit.goog_in21k_ft_in1k
73
  - timm/resnext101_32x8d.tv_in1k
74
  - timm/rexnetr_300.sw_in12k_ft_in1k
 
75
  - timm/swin_base_patch4_window7_224.ms_in1k
76
  - timm/swin_s3_small_224.ms_in1k
77
  - timm/test_convnext2.r160_in1k
@@ -96,7 +97,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
96
 
97
  # Models
98
 
99
- 82 models exported from TIMM in total.
100
 
101
  ## ByobNet
102
 
@@ -310,21 +311,22 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
310
 
311
  ## ResNet
312
 
313
- 11 models with model class `ResNet`.
314
-
315
- | Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
316
- |:---------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:------------|:--------|:-----------------|:-------------|
317
- | [resnext101_32x8d.tv_in1k](https://huggingface.co/timm/resnext101_32x8d.tv_in1k) | 88.8M | 16.5G | 224 | True | 2048 | 1000 | imagenet-1k | ResNet | resnext101_32x8d | 2023-04-05 |
318
- | [resnet152s.gluon_in1k](https://huggingface.co/timm/resnet152s.gluon_in1k) | 60.3M | 13.0G | 224 | True | 2048 | 1000 | imagenet-1k | ResNet | resnet152s | 2023-04-05 |
319
- | [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 |
320
- | [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 |
321
- | [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 |
322
- | [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 |
323
- | [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 |
324
- | [res2net50_48w_2s.in1k](https://huggingface.co/timm/res2net50_48w_2s.in1k) | 25.3M | 4.2G | 224 | True | 2048 | 1000 | imagenet-1k | ResNet | res2net50_48w_2s | 2023-04-24 |
325
- | [resnet50.c1_in1k](https://huggingface.co/timm/resnet50.c1_in1k) | 25.6M | 4.1G | 224 | True | 2048 | 1000 | imagenet-1k | ResNet | resnet50 | 2023-04-05 |
326
- | [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 |
327
- | [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 |
 
328
 
329
  ## ResNetV2
330
 
 
72
  - timm/resnetv2_101x1_bit.goog_in21k_ft_in1k
73
  - timm/resnext101_32x8d.tv_in1k
74
  - timm/rexnetr_300.sw_in12k_ft_in1k
75
+ - timm/skresnext50_32x4d.ra_in1k
76
  - timm/swin_base_patch4_window7_224.ms_in1k
77
  - timm/swin_s3_small_224.ms_in1k
78
  - timm/test_convnext2.r160_in1k
 
97
 
98
  # Models
99
 
100
+ 83 models exported from TIMM in total.
101
 
102
  ## ByobNet
103
 
 
311
 
312
  ## ResNet
313
 
314
+ 12 models with model class `ResNet`.
315
+
316
+ | Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
317
+ |:-----------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:------------|:--------|:------------------|:-------------|
318
+ | [resnext101_32x8d.tv_in1k](https://huggingface.co/timm/resnext101_32x8d.tv_in1k) | 88.8M | 16.5G | 224 | True | 2048 | 1000 | imagenet-1k | ResNet | resnext101_32x8d | 2023-04-05 |
319
+ | [resnet152s.gluon_in1k](https://huggingface.co/timm/resnet152s.gluon_in1k) | 60.3M | 13.0G | 224 | True | 2048 | 1000 | imagenet-1k | ResNet | resnet152s | 2023-04-05 |
320
+ | [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 |
321
+ | [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 |
322
+ | [skresnext50_32x4d.ra_in1k](https://huggingface.co/timm/skresnext50_32x4d.ra_in1k) | 27.4M | 4.5G | 224 | True | 2048 | 1000 | imagenet-1k | ResNet | skresnext50_32x4d | 2023-04-24 |
323
+ | [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 |
324
+ | [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 |
325
+ | [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 |
326
+ | [res2net50_48w_2s.in1k](https://huggingface.co/timm/res2net50_48w_2s.in1k) | 25.3M | 4.2G | 224 | True | 2048 | 1000 | imagenet-1k | ResNet | res2net50_48w_2s | 2023-04-24 |
327
+ | [resnet50.c1_in1k](https://huggingface.co/timm/resnet50.c1_in1k) | 25.6M | 4.1G | 224 | True | 2048 | 1000 | imagenet-1k | ResNet | resnet50 | 2023-04-05 |
328
+ | [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 |
329
+ | [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 |
330
 
331
  ## ResNetV2
332
 
models.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b4f00ec3213e984eaef5893204e236db8cf0ccdbf4ca0d90e99f3cec52f4f804
3
- size 14175
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:175a0bab00294e33ebbbccff7b4890a0d6cb700e8aa9d02daff290a922b07d36
3
+ size 14236
skresnext50_32x4d.ra_in1k/meta.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:118c9048d82bcc1ea54210aaf8c81ed65f499853b9a3f5d37569df03243c8e5a
3
+ size 169811
skresnext50_32x4d.ra_in1k/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c58e75027c1a052b7a6cd95d5954808021cbc84e81ca448c94ce4fca476e1c87
3
+ size 109870214
skresnext50_32x4d.ra_in1k/preprocess.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b5ddfa5f811419c53f2604e24f1d6ea68d955f1a20343d26ab2ebd78e4e21e5
3
+ size 734