Export model 'poolformer_s36.sail_in1k', on 2025-01-20 07:09:32 UTC
Browse files- README.md +3 -2
- models.parquet +2 -2
- poolformer_s36.sail_in1k/meta.json +3 -0
- poolformer_s36.sail_in1k/model.onnx +3 -0
- poolformer_s36.sail_in1k/preprocess.json +3 -0
README.md
CHANGED
@@ -114,7 +114,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
114 |
|
115 |
# Models
|
116 |
|
117 |
-
|
118 |
|
119 |
## Beit
|
120 |
|
@@ -479,7 +479,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
479 |
|
480 |
## MetaFormer
|
481 |
|
482 |
-
|
483 |
|
484 |
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
485 |
|:-----------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:-------------|:-----------|:-----------------|:-------------|
|
@@ -498,6 +498,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
498 |
| [poolformer_m36.sail_in1k](https://huggingface.co/timm/poolformer_m36.sail_in1k) | 56.1M | 8.8G | 224 | True | 768 | 1000 | imagenet-1k | MetaFormer | poolformer_m36 | 2023-05-05 |
|
499 |
| [convformer_s36.sail_in22k](https://huggingface.co/timm/convformer_s36.sail_in22k) | 82.7M | 7.7G | 224 | True | 512 | 21841 | imagenet-22k | MetaFormer | convformer_s36 | 2023-05-05 |
|
500 |
| [caformer_s36.sail_in22k_ft_in1k](https://huggingface.co/timm/caformer_s36.sail_in22k_ft_in1k) | 39.3M | 7.5G | 224 | True | 512 | 1000 | imagenet-1k | MetaFormer | caformer_s36 | 2023-05-05 |
|
|
|
501 |
| [convformer_s18.sail_in22k](https://huggingface.co/timm/convformer_s18.sail_in22k) | 69.5M | 4.0G | 224 | True | 512 | 21841 | imagenet-22k | MetaFormer | convformer_s18 | 2023-05-05 |
|
502 |
| [convformer_s18.sail_in22k_ft_in1k](https://huggingface.co/timm/convformer_s18.sail_in22k_ft_in1k) | 26.7M | 3.9G | 224 | True | 512 | 1000 | imagenet-1k | MetaFormer | convformer_s18 | 2023-05-05 |
|
503 |
| [convformer_s18.sail_in1k](https://huggingface.co/timm/convformer_s18.sail_in1k) | 26.7M | 3.9G | 224 | True | 512 | 1000 | imagenet-1k | MetaFormer | convformer_s18 | 2023-05-05 |
|
|
|
114 |
|
115 |
# Models
|
116 |
|
117 |
+
458 models exported from TIMM in total.
|
118 |
|
119 |
## Beit
|
120 |
|
|
|
479 |
|
480 |
## MetaFormer
|
481 |
|
482 |
+
22 models with model class `MetaFormer`.
|
483 |
|
484 |
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
485 |
|:-----------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:-------------|:-----------|:-----------------|:-------------|
|
|
|
498 |
| [poolformer_m36.sail_in1k](https://huggingface.co/timm/poolformer_m36.sail_in1k) | 56.1M | 8.8G | 224 | True | 768 | 1000 | imagenet-1k | MetaFormer | poolformer_m36 | 2023-05-05 |
|
499 |
| [convformer_s36.sail_in22k](https://huggingface.co/timm/convformer_s36.sail_in22k) | 82.7M | 7.7G | 224 | True | 512 | 21841 | imagenet-22k | MetaFormer | convformer_s36 | 2023-05-05 |
|
500 |
| [caformer_s36.sail_in22k_ft_in1k](https://huggingface.co/timm/caformer_s36.sail_in22k_ft_in1k) | 39.3M | 7.5G | 224 | True | 512 | 1000 | imagenet-1k | MetaFormer | caformer_s36 | 2023-05-05 |
|
501 |
+
| [poolformer_s36.sail_in1k](https://huggingface.co/timm/poolformer_s36.sail_in1k) | 30.8M | 5.0G | 224 | True | 512 | 1000 | imagenet-1k | MetaFormer | poolformer_s36 | 2023-05-05 |
|
502 |
| [convformer_s18.sail_in22k](https://huggingface.co/timm/convformer_s18.sail_in22k) | 69.5M | 4.0G | 224 | True | 512 | 21841 | imagenet-22k | MetaFormer | convformer_s18 | 2023-05-05 |
|
503 |
| [convformer_s18.sail_in22k_ft_in1k](https://huggingface.co/timm/convformer_s18.sail_in22k_ft_in1k) | 26.7M | 3.9G | 224 | True | 512 | 1000 | imagenet-1k | MetaFormer | convformer_s18 | 2023-05-05 |
|
504 |
| [convformer_s18.sail_in1k](https://huggingface.co/timm/convformer_s18.sail_in1k) | 26.7M | 3.9G | 224 | True | 512 | 1000 | imagenet-1k | MetaFormer | convformer_s18 | 2023-05-05 |
|
models.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:805c211ef7b4c2d177790c9002ef7565a6f5db888f6622f25efc28db28c1679e
|
3 |
+
size 33834
|
poolformer_s36.sail_in1k/meta.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:517da28b67399a83182e7c9dfbe69806b7cf6d940fafac6a94e7ef7dcab4ce22
|
3 |
+
size 169809
|
poolformer_s36.sail_in1k/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee6f6d68731290c7c6e618c665a0427c1bbd8c75b3dbd3e43d1dac27d39cf478
|
3 |
+
size 123824718
|
poolformer_s36.sail_in1k/preprocess.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c893c9365d4dd7675e5a744c55cbf3af06c8aeeabcbe2db46ba48f5fae256c5
|
3 |
+
size 734
|