Export model 'maxvit_large_tf_384.in1k', on 2025-01-21 19:47:41 JST
Browse files- README.md +3 -2
- maxvit_large_tf_384.in1k/meta.json +3 -0
- maxvit_large_tf_384.in1k/model.onnx +3 -0
- maxvit_large_tf_384.in1k/preprocess.json +3 -0
- models.parquet +2 -2
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 |
|
@@ -696,13 +696,14 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
696 |
|
697 |
## MaxxVit
|
698 |
|
699 |
-
|
700 |
|
701 |
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
702 |
|:-----------------------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:------------------|:--------|:---------------------------|:-------------|
|
703 |
| [maxvit_large_tf_512.in21k_ft_in1k](https://huggingface.co/timm/maxvit_large_tf_512.in21k_ft_in1k) | 211.3M | 223.2G | 512 | True | 1024 | 1000 | imagenet-1k | MaxxVit | maxvit_large_tf_512 | 2022-12-03 |
|
704 |
| [maxvit_large_tf_512.in1k](https://huggingface.co/timm/maxvit_large_tf_512.in1k) | 211.3M | 223.2G | 512 | True | 1024 | 1000 | imagenet-1k | MaxxVit | maxvit_large_tf_512 | 2022-12-03 |
|
705 |
| [maxvit_large_tf_384.in21k_ft_in1k](https://huggingface.co/timm/maxvit_large_tf_384.in21k_ft_in1k) | 211.3M | 125.6G | 384 | True | 1024 | 1000 | imagenet-1k | MaxxVit | maxvit_large_tf_384 | 2022-12-03 |
|
|
|
706 |
| [maxvit_base_tf_512.in21k_ft_in1k](https://huggingface.co/timm/maxvit_base_tf_512.in21k_ft_in1k) | 119.1M | 121.9G | 512 | True | 768 | 1000 | imagenet-1k | MaxxVit | maxvit_base_tf_512 | 2022-12-03 |
|
707 |
| [maxvit_base_tf_512.in1k](https://huggingface.co/timm/maxvit_base_tf_512.in1k) | 119.1M | 121.9G | 512 | True | 768 | 1000 | imagenet-1k | MaxxVit | maxvit_base_tf_512 | 2022-12-03 |
|
708 |
| [maxxvitv2_rmlp_base_rw_384.sw_in12k_ft_in1k](https://huggingface.co/timm/maxxvitv2_rmlp_base_rw_384.sw_in12k_ft_in1k) | 116.0M | 70.0G | 384 | True | 1024 | 1000 | imagenet-1k | MaxxVit | maxxvitv2_rmlp_base_rw_384 | 2023-01-21 |
|
|
|
114 |
|
115 |
# Models
|
116 |
|
117 |
+
1138 models exported from TIMM in total.
|
118 |
|
119 |
## Beit
|
120 |
|
|
|
696 |
|
697 |
## MaxxVit
|
698 |
|
699 |
+
48 models with model class `MaxxVit`.
|
700 |
|
701 |
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
702 |
|:-----------------------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:------------------|:--------|:---------------------------|:-------------|
|
703 |
| [maxvit_large_tf_512.in21k_ft_in1k](https://huggingface.co/timm/maxvit_large_tf_512.in21k_ft_in1k) | 211.3M | 223.2G | 512 | True | 1024 | 1000 | imagenet-1k | MaxxVit | maxvit_large_tf_512 | 2022-12-03 |
|
704 |
| [maxvit_large_tf_512.in1k](https://huggingface.co/timm/maxvit_large_tf_512.in1k) | 211.3M | 223.2G | 512 | True | 1024 | 1000 | imagenet-1k | MaxxVit | maxvit_large_tf_512 | 2022-12-03 |
|
705 |
| [maxvit_large_tf_384.in21k_ft_in1k](https://huggingface.co/timm/maxvit_large_tf_384.in21k_ft_in1k) | 211.3M | 125.6G | 384 | True | 1024 | 1000 | imagenet-1k | MaxxVit | maxvit_large_tf_384 | 2022-12-03 |
|
706 |
+
| [maxvit_large_tf_384.in1k](https://huggingface.co/timm/maxvit_large_tf_384.in1k) | 211.3M | 125.6G | 384 | True | 1024 | 1000 | imagenet-1k | MaxxVit | maxvit_large_tf_384 | 2022-12-03 |
|
707 |
| [maxvit_base_tf_512.in21k_ft_in1k](https://huggingface.co/timm/maxvit_base_tf_512.in21k_ft_in1k) | 119.1M | 121.9G | 512 | True | 768 | 1000 | imagenet-1k | MaxxVit | maxvit_base_tf_512 | 2022-12-03 |
|
708 |
| [maxvit_base_tf_512.in1k](https://huggingface.co/timm/maxvit_base_tf_512.in1k) | 119.1M | 121.9G | 512 | True | 768 | 1000 | imagenet-1k | MaxxVit | maxvit_base_tf_512 | 2022-12-03 |
|
709 |
| [maxxvitv2_rmlp_base_rw_384.sw_in12k_ft_in1k](https://huggingface.co/timm/maxxvitv2_rmlp_base_rw_384.sw_in12k_ft_in1k) | 116.0M | 70.0G | 384 | True | 1024 | 1000 | imagenet-1k | MaxxVit | maxxvitv2_rmlp_base_rw_384 | 2023-01-21 |
|
maxvit_large_tf_384.in1k/meta.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e400fc2f68d3014b1237cf801522a09a70edf10f4b97f0519c5f7b8cc2187017
|
3 |
+
size 169815
|
maxvit_large_tf_384.in1k/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b7403e36fcebb3d6062298c9f2a81c5f43d3ed2ed7f04e9197abab4590e7ea90
|
3 |
+
size 905230280
|
maxvit_large_tf_384.in1k/preprocess.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4b0e088d13c449d48212dcb54f839d72f578652629589882f302ec50e81fdc80
|
3 |
+
size 695
|
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:5468fb2bad2a85f1f746dc17043a85b827eb6326e720f9f4d09189db31d56eba
|
3 |
+
size 62382
|