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

Export model 'resnet152.gluon_in1k', on 2025-01-19 18:37:34 UTC

Browse files
README.md CHANGED
@@ -66,6 +66,7 @@ base_model:
66
  - timm/resnet50c.gluon_in1k
67
  - timm/resnet50d.a1_in1k
68
  - timm/resnet101d.ra2_in1k
 
69
  - timm/resnet152s.gluon_in1k
70
  - timm/resnetaa50.a1h_in1k
71
  - timm/resnetv2_18d.ra4_e3600_r224_in1k
@@ -97,7 +98,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
97
 
98
  # Models
99
 
100
- 83 models exported from TIMM in total.
101
 
102
  ## ByobNet
103
 
@@ -311,12 +312,13 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
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 |
 
66
  - timm/resnet50c.gluon_in1k
67
  - timm/resnet50d.a1_in1k
68
  - timm/resnet101d.ra2_in1k
69
+ - timm/resnet152.gluon_in1k
70
  - timm/resnet152s.gluon_in1k
71
  - timm/resnetaa50.a1h_in1k
72
  - timm/resnetv2_18d.ra4_e3600_r224_in1k
 
98
 
99
  # Models
100
 
101
+ 84 models exported from TIMM in total.
102
 
103
  ## ByobNet
104
 
 
312
 
313
  ## ResNet
314
 
315
+ 13 models with model class `ResNet`.
316
 
317
  | Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
318
  |:-----------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:------------|:--------|:------------------|:-------------|
319
  | [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 |
320
  | [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 |
321
+ | [resnet152.gluon_in1k](https://huggingface.co/timm/resnet152.gluon_in1k) | 60.2M | 11.6G | 224 | True | 2048 | 1000 | imagenet-1k | ResNet | resnet152 | 2023-04-05 |
322
  | [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 |
323
  | [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 |
324
  | [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:175a0bab00294e33ebbbccff7b4890a0d6cb700e8aa9d02daff290a922b07d36
3
- size 14236
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50cd8229adb385a7cfbca51dbbcfd1c693cf6746da2285fc7013dee1145b428c
3
+ size 14274
resnet152.gluon_in1k/meta.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e7ff19c3804122d4916e1db1dcc3cc6647d455300b06580e0b210ad375a8881
3
+ size 169794
resnet152.gluon_in1k/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:916a0dd1dcea8cc1f7a54a19628493800abc62f3190574c145e336df737e8299
3
+ size 240585161
resnet152.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