narugo1992 commited on
Commit
2a89bfd
·
verified ·
1 Parent(s): b39a5c6

Export model 'resnet152s.gluon_in1k', on 2025-01-19 18:26:13 UTC

Browse files
README.md CHANGED
@@ -41,6 +41,7 @@ base_model:
41
  - timm/resnet34.a3_in1k
42
  - timm/resnet50d.a1_in1k
43
  - timm/resnet101d.ra2_in1k
 
44
  - timm/resnetaa50.a1h_in1k
45
  - timm/resnetv2_101x1_bit.goog_in21k_ft_in1k
46
  - timm/rexnetr_300.sw_in12k_ft_in1k
@@ -66,7 +67,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
66
 
67
  # Models
68
 
69
- 52 models exported from TIMM in total.
70
 
71
  ## ByobNet
72
 
@@ -231,16 +232,17 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
231
 
232
  ## ResNet
233
 
234
- 6 models with model class `ResNet`.
235
-
236
- | Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
237
- |:-------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:------------|:--------|:---------------|:-------------|
238
- | [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 |
239
- | [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 |
240
- | [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 |
241
- | [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 |
242
- | [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 |
243
- | [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 |
 
244
 
245
  ## ResNetV2
246
 
 
41
  - timm/resnet34.a3_in1k
42
  - timm/resnet50d.a1_in1k
43
  - timm/resnet101d.ra2_in1k
44
+ - timm/resnet152s.gluon_in1k
45
  - timm/resnetaa50.a1h_in1k
46
  - timm/resnetv2_101x1_bit.goog_in21k_ft_in1k
47
  - timm/rexnetr_300.sw_in12k_ft_in1k
 
67
 
68
  # Models
69
 
70
+ 53 models exported from TIMM in total.
71
 
72
  ## ByobNet
73
 
 
232
 
233
  ## ResNet
234
 
235
+ 7 models with model class `ResNet`.
236
+
237
+ | Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
238
+ |:---------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:------------|:--------|:---------------|:-------------|
239
+ | [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 |
240
+ | [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 |
241
+ | [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 |
242
+ | [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 |
243
+ | [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 |
244
+ | [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 |
245
+ | [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 |
246
 
247
  ## ResNetV2
248
 
models.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0a735caa182e9dbf0e4ea42dfb975f26297cb69c928ed08ce633db67086f97a4
3
- size 12258
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f47cb57e618f73465aeb449ad42604ec891f48ded5a4c5895c418d3841330d4d
3
+ size 12305
resnet152s.gluon_in1k/meta.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fbdac5544f8a99412242e82d7da97862e337090c8c0a2647311cd4d177a623e
3
+ size 169797
resnet152s.gluon_in1k/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:101b958f5fa2a4b5d1213487ac4cb9e31a986b9400ecfbdb331b311e68ba5e43
3
+ size 241080728
resnet152s.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