narugo1992 commited on
Commit
397ee83
·
verified ·
1 Parent(s): b0c7872

Export model 'vit_relpos_base_patch32_plus_rpn_256.sw_in1k', on 2025-01-21 16:43:59 JST

Browse files
README.md CHANGED
@@ -114,7 +114,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
114
 
115
  # Models
116
 
117
- 1105 models exported from TIMM in total.
118
 
119
  ## Beit
120
 
@@ -1557,18 +1557,19 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
1557
 
1558
  ## VisionTransformerRelPos
1559
 
1560
- 8 models with model class `VisionTransformerRelPos`.
1561
-
1562
- | Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
1563
- |:---------------------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:------------|:------------------------|:-----------------------------------|:-------------|
1564
- | [vit_relpos_base_patch16_clsgap_224.sw_in1k](https://huggingface.co/timm/vit_relpos_base_patch16_clsgap_224.sw_in1k) | 86.4M | 16.9G | 224 | True | 768 | 1000 | imagenet-1k | VisionTransformerRelPos | vit_relpos_base_patch16_clsgap_224 | 2022-12-23 |
1565
- | [vit_relpos_base_patch16_224.sw_in1k](https://huggingface.co/timm/vit_relpos_base_patch16_224.sw_in1k) | 86.4M | 16.8G | 224 | True | 768 | 1000 | imagenet-1k | VisionTransformerRelPos | vit_relpos_base_patch16_224 | 2022-12-23 |
1566
- | [vit_relpos_medium_patch16_cls_224.sw_in1k](https://huggingface.co/timm/vit_relpos_medium_patch16_cls_224.sw_in1k) | 38.8M | 7.5G | 224 | True | 512 | 1000 | imagenet-1k | VisionTransformerRelPos | vit_relpos_medium_patch16_cls_224 | 2022-12-23 |
1567
- | [vit_relpos_medium_patch16_rpn_224.sw_in1k](https://huggingface.co/timm/vit_relpos_medium_patch16_rpn_224.sw_in1k) | 38.7M | 7.5G | 224 | True | 512 | 1000 | imagenet-1k | VisionTransformerRelPos | vit_relpos_medium_patch16_rpn_224 | 2022-12-23 |
1568
- | [vit_relpos_medium_patch16_224.sw_in1k](https://huggingface.co/timm/vit_relpos_medium_patch16_224.sw_in1k) | 38.7M | 7.5G | 224 | True | 512 | 1000 | imagenet-1k | VisionTransformerRelPos | vit_relpos_medium_patch16_224 | 2022-12-23 |
1569
- | [vit_srelpos_medium_patch16_224.sw_in1k](https://huggingface.co/timm/vit_srelpos_medium_patch16_224.sw_in1k) | 38.7M | 7.5G | 224 | True | 512 | 1000 | imagenet-1k | VisionTransformerRelPos | vit_srelpos_medium_patch16_224 | 2022-12-23 |
1570
- | [vit_relpos_small_patch16_224.sw_in1k](https://huggingface.co/timm/vit_relpos_small_patch16_224.sw_in1k) | 22.0M | 4.2G | 224 | True | 384 | 1000 | imagenet-1k | VisionTransformerRelPos | vit_relpos_small_patch16_224 | 2022-12-23 |
1571
- | [vit_srelpos_small_patch16_224.sw_in1k](https://huggingface.co/timm/vit_srelpos_small_patch16_224.sw_in1k) | 22.0M | 4.2G | 224 | True | 384 | 1000 | imagenet-1k | VisionTransformerRelPos | vit_srelpos_small_patch16_224 | 2022-12-23 |
 
1572
 
1573
  ## VovNet
1574
 
 
114
 
115
  # Models
116
 
117
+ 1106 models exported from TIMM in total.
118
 
119
  ## Beit
120
 
 
1557
 
1558
  ## VisionTransformerRelPos
1559
 
1560
+ 9 models with model class `VisionTransformerRelPos`.
1561
+
1562
+ | Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
1563
+ |:-------------------------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:------------|:------------------------|:-------------------------------------|:-------------|
1564
+ | [vit_relpos_base_patch16_clsgap_224.sw_in1k](https://huggingface.co/timm/vit_relpos_base_patch16_clsgap_224.sw_in1k) | 86.4M | 16.9G | 224 | True | 768 | 1000 | imagenet-1k | VisionTransformerRelPos | vit_relpos_base_patch16_clsgap_224 | 2022-12-23 |
1565
+ | [vit_relpos_base_patch16_224.sw_in1k](https://huggingface.co/timm/vit_relpos_base_patch16_224.sw_in1k) | 86.4M | 16.8G | 224 | True | 768 | 1000 | imagenet-1k | VisionTransformerRelPos | vit_relpos_base_patch16_224 | 2022-12-23 |
1566
+ | [vit_relpos_base_patch32_plus_rpn_256.sw_in1k](https://huggingface.co/timm/vit_relpos_base_patch32_plus_rpn_256.sw_in1k) | 119.4M | 7.6G | 256 | True | 896 | 1000 | imagenet-1k | VisionTransformerRelPos | vit_relpos_base_patch32_plus_rpn_256 | 2022-12-23 |
1567
+ | [vit_relpos_medium_patch16_cls_224.sw_in1k](https://huggingface.co/timm/vit_relpos_medium_patch16_cls_224.sw_in1k) | 38.8M | 7.5G | 224 | True | 512 | 1000 | imagenet-1k | VisionTransformerRelPos | vit_relpos_medium_patch16_cls_224 | 2022-12-23 |
1568
+ | [vit_relpos_medium_patch16_rpn_224.sw_in1k](https://huggingface.co/timm/vit_relpos_medium_patch16_rpn_224.sw_in1k) | 38.7M | 7.5G | 224 | True | 512 | 1000 | imagenet-1k | VisionTransformerRelPos | vit_relpos_medium_patch16_rpn_224 | 2022-12-23 |
1569
+ | [vit_relpos_medium_patch16_224.sw_in1k](https://huggingface.co/timm/vit_relpos_medium_patch16_224.sw_in1k) | 38.7M | 7.5G | 224 | True | 512 | 1000 | imagenet-1k | VisionTransformerRelPos | vit_relpos_medium_patch16_224 | 2022-12-23 |
1570
+ | [vit_srelpos_medium_patch16_224.sw_in1k](https://huggingface.co/timm/vit_srelpos_medium_patch16_224.sw_in1k) | 38.7M | 7.5G | 224 | True | 512 | 1000 | imagenet-1k | VisionTransformerRelPos | vit_srelpos_medium_patch16_224 | 2022-12-23 |
1571
+ | [vit_relpos_small_patch16_224.sw_in1k](https://huggingface.co/timm/vit_relpos_small_patch16_224.sw_in1k) | 22.0M | 4.2G | 224 | True | 384 | 1000 | imagenet-1k | VisionTransformerRelPos | vit_relpos_small_patch16_224 | 2022-12-23 |
1572
+ | [vit_srelpos_small_patch16_224.sw_in1k](https://huggingface.co/timm/vit_srelpos_small_patch16_224.sw_in1k) | 22.0M | 4.2G | 224 | True | 384 | 1000 | imagenet-1k | VisionTransformerRelPos | vit_srelpos_small_patch16_224 | 2022-12-23 |
1573
 
1574
  ## VovNet
1575
 
models.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bb066bc271fa5a4e4f2813d1690c78c8c4a5c26fb5cbe1775b786c80bff6ace8
3
- size 61129
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2320a6f1038c78c5d146adfc649d2fc3de596c94abf73019bcadd3f98ed45bc5
3
+ size 61234
vit_relpos_base_patch32_plus_rpn_256.sw_in1k/meta.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4418cd96ac2edb65718b25cdc05a859314a343d9bd0ea0417af6f7d0168b3c26
3
+ size 169885
vit_relpos_base_patch32_plus_rpn_256.sw_in1k/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:185f22dbb4d6cd050be136ed5602de27a36c42053d4f91eccc6a04a4a1c99f70
3
+ size 480545263
vit_relpos_base_patch32_plus_rpn_256.sw_in1k/preprocess.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcb7ada004055ac16f409db7319239a9d88df43565f1e2bfc9ecba7619be6355
3
+ size 642