narugo1992 commited on
Commit
5d0c092
·
verified ·
1 Parent(s): b508b77

Export model 'resnet50s.gluon_in1k', on 2025-01-20 04:31:20 UTC

Browse files
README.md CHANGED
@@ -46,7 +46,6 @@ base_model:
46
  - timm/mobilevitv2_175.cvnets_in1k
47
  - timm/nest_base_jx.goog_in1k
48
  - timm/nextvit_base.bd_in1k
49
- - timm/regnety_080.pycls_in1k
50
  - timm/regnety_120.sw_in12k
51
  - timm/regnety_120.sw_in12k_ft_in1k
52
  - timm/regnety_160.lion_in12k_ft_in1k
@@ -72,6 +71,7 @@ base_model:
72
  - timm/resnet50.fb_swsl_ig1b_ft_in1k
73
  - timm/resnet50c.gluon_in1k
74
  - timm/resnet50d.a1_in1k
 
75
  - timm/resnet101.a1h_in1k
76
  - timm/resnet101.tv_in1k
77
  - timm/resnet101d.ra2_in1k
@@ -114,7 +114,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
114
 
115
  # Models
116
 
117
- 142 models exported from TIMM in total.
118
 
119
  ## ByobNet
120
 
@@ -389,7 +389,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
389
 
390
  ## ResNet
391
 
392
- 23 models with model class `ResNet`.
393
 
394
  | Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
395
  |:-----------------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:-------------|:--------|:------------------|:-------------|
@@ -401,6 +401,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
401
  | [resnext101_32x4d.fb_ssl_yfcc100m_ft_in1k](https://huggingface.co/timm/resnext101_32x4d.fb_ssl_yfcc100m_ft_in1k) | 44.2M | 8.1G | 224 | True | 2048 | 1000 | imagenet-1k | ResNet | resnext101_32x4d | 2023-04-05 |
402
  | [resnet101.tv_in1k](https://huggingface.co/timm/resnet101.tv_in1k) | 44.5M | 7.9G | 224 | True | 2048 | 1000 | imagenet-1k | ResNet | resnet101 | 2023-04-05 |
403
  | [resnet101.a1h_in1k](https://huggingface.co/timm/resnet101.a1h_in1k) | 44.5M | 7.9G | 224 | True | 2048 | 1000 | imagenet-1k | ResNet | resnet101 | 2023-04-05 |
 
404
  | [resnetaa50d.d_in12k](https://huggingface.co/timm/resnetaa50d.d_in12k) | 47.7M | 5.4G | 224 | True | 2048 | 11821 | imagenet-12k | ResNet | resnetaa50d | 2023-04-05 |
405
  | [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 |
406
  | [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 |
 
46
  - timm/mobilevitv2_175.cvnets_in1k
47
  - timm/nest_base_jx.goog_in1k
48
  - timm/nextvit_base.bd_in1k
 
49
  - timm/regnety_120.sw_in12k
50
  - timm/regnety_120.sw_in12k_ft_in1k
51
  - timm/regnety_160.lion_in12k_ft_in1k
 
71
  - timm/resnet50.fb_swsl_ig1b_ft_in1k
72
  - timm/resnet50c.gluon_in1k
73
  - timm/resnet50d.a1_in1k
74
+ - timm/resnet50s.gluon_in1k
75
  - timm/resnet101.a1h_in1k
76
  - timm/resnet101.tv_in1k
77
  - timm/resnet101d.ra2_in1k
 
114
 
115
  # Models
116
 
117
+ 143 models exported from TIMM in total.
118
 
119
  ## ByobNet
120
 
 
389
 
390
  ## ResNet
391
 
392
+ 24 models with model class `ResNet`.
393
 
394
  | Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
395
  |:-----------------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:-------------|:--------|:------------------|:-------------|
 
401
  | [resnext101_32x4d.fb_ssl_yfcc100m_ft_in1k](https://huggingface.co/timm/resnext101_32x4d.fb_ssl_yfcc100m_ft_in1k) | 44.2M | 8.1G | 224 | True | 2048 | 1000 | imagenet-1k | ResNet | resnext101_32x4d | 2023-04-05 |
402
  | [resnet101.tv_in1k](https://huggingface.co/timm/resnet101.tv_in1k) | 44.5M | 7.9G | 224 | True | 2048 | 1000 | imagenet-1k | ResNet | resnet101 | 2023-04-05 |
403
  | [resnet101.a1h_in1k](https://huggingface.co/timm/resnet101.a1h_in1k) | 44.5M | 7.9G | 224 | True | 2048 | 1000 | imagenet-1k | ResNet | resnet101 | 2023-04-05 |
404
+ | [resnet50s.gluon_in1k](https://huggingface.co/timm/resnet50s.gluon_in1k) | 25.7M | 5.5G | 224 | True | 2048 | 1000 | imagenet-1k | ResNet | resnet50s | 2023-04-05 |
405
  | [resnetaa50d.d_in12k](https://huggingface.co/timm/resnetaa50d.d_in12k) | 47.7M | 5.4G | 224 | True | 2048 | 11821 | imagenet-12k | ResNet | resnetaa50d | 2023-04-05 |
406
  | [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 |
407
  | [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 |
models.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a2028f7acb35f42e6dba3b05b0c7794d3b11f50bb7d2129c35e0bdb41b0c359d
3
- size 17900
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62c0a5ac552f7b39b9a96ee8093e9dbcfbf8b91454511164587f0b1421f16470
3
+ size 17938
resnet50s.gluon_in1k/meta.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1a33c3d14fa224275c847a1285de874e115df2cc0d2f426bb5319aee6d9d93d
3
+ size 169793
resnet50s.gluon_in1k/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d39d63953fc9a0e66ccf9d3b207a6c52c593196e152dd8ecb7432f3d956337d
3
+ size 102656834
resnet50s.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