narugo commited on
Commit
f338c52
·
verified ·
1 Parent(s): 546fa34

Export model 'resnet101.tv_in1k', on 2025-01-20 04:22:12 UTC

Browse files
README.md CHANGED
@@ -74,6 +74,7 @@ base_model:
74
  - timm/resnet50c.gluon_in1k
75
  - timm/resnet50d.a1_in1k
76
  - timm/resnet101.a1h_in1k
 
77
  - timm/resnet101d.ra2_in1k
78
  - timm/resnet152.gluon_in1k
79
  - timm/resnet152s.gluon_in1k
@@ -86,7 +87,6 @@ base_model:
86
  - timm/resnext101_32x8d.tv_in1k
87
  - timm/rexnetr_300.sw_in12k_ft_in1k
88
  - timm/skresnext50_32x4d.ra_in1k
89
- - timm/swin_base_patch4_window7_224.ms_in1k
90
  - timm/swin_s3_small_224.ms_in1k
91
  - timm/test_convnext2.r160_in1k
92
  - timm/tresnet_v2_l.miil_in21k_ft_in1k
@@ -114,7 +114,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
114
 
115
  # Models
116
 
117
- 127 models exported from TIMM in total.
118
 
119
  ## ByobNet
120
 
@@ -380,7 +380,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
380
 
381
  ## ResNet
382
 
383
- 22 models with model class `ResNet`.
384
 
385
  | Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
386
  |:-----------------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:-------------|:--------|:------------------|:-------------|
@@ -390,6 +390,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
390
  | [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 |
391
  | [res2net101_26w_4s.in1k](https://huggingface.co/timm/res2net101_26w_4s.in1k) | 45.2M | 8.1G | 224 | True | 2048 | 1000 | imagenet-1k | ResNet | res2net101_26w_4s | 2023-04-24 |
392
  | [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 |
 
393
  | [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 |
394
  | [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 |
395
  | [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 |
 
74
  - timm/resnet50c.gluon_in1k
75
  - timm/resnet50d.a1_in1k
76
  - timm/resnet101.a1h_in1k
77
+ - timm/resnet101.tv_in1k
78
  - timm/resnet101d.ra2_in1k
79
  - timm/resnet152.gluon_in1k
80
  - timm/resnet152s.gluon_in1k
 
87
  - timm/resnext101_32x8d.tv_in1k
88
  - timm/rexnetr_300.sw_in12k_ft_in1k
89
  - timm/skresnext50_32x4d.ra_in1k
 
90
  - timm/swin_s3_small_224.ms_in1k
91
  - timm/test_convnext2.r160_in1k
92
  - timm/tresnet_v2_l.miil_in21k_ft_in1k
 
114
 
115
  # Models
116
 
117
+ 128 models exported from TIMM in total.
118
 
119
  ## ByobNet
120
 
 
380
 
381
  ## ResNet
382
 
383
+ 23 models with model class `ResNet`.
384
 
385
  | Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
386
  |:-----------------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:-------------|:--------|:------------------|:-------------|
 
390
  | [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 |
391
  | [res2net101_26w_4s.in1k](https://huggingface.co/timm/res2net101_26w_4s.in1k) | 45.2M | 8.1G | 224 | True | 2048 | 1000 | imagenet-1k | ResNet | res2net101_26w_4s | 2023-04-24 |
392
  | [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 |
393
+ | [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 |
394
  | [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 |
395
  | [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 |
396
  | [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 |
models.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3b0626b87b0c39c9345864c3eb7935bb48c3e78f06f5531c439285ee73ed37fa
3
- size 17025
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1391ceb09fe1d99bb28dac838a8f1bc8567b24c4b0dea0dc0961a21d1590bdc8
3
+ size 17043
resnet101.tv_in1k/meta.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3dccd09f93891656e3e0656741769443722729b08e1eed56a66105af2388a26
3
+ size 169787
resnet101.tv_in1k/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a3d7cfd6ee52d0a2795262296f738f99d6ac5175582550849672467a14ff51c
3
+ size 178064144
resnet101.tv_in1k/preprocess.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6abb43a6abcd1556f46dcb1b8605bb3c121fb3d91a10e384e0f737a9d92bd254
3
+ size 735