Export model 'convnext_tiny.in12k_ft_in1k_384', on 2025-01-20 18:56:20 JST
Browse files
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 |
|
@@ -215,7 +215,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
215 |
|
216 |
## ConvNeXt
|
217 |
|
218 |
-
|
219 |
|
220 |
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
221 |
|:-------------------------------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:-------------|:---------|:-----------------------|:-------------|
|
@@ -228,6 +228,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
228 |
| [convnextv2_base.fcmae_ft_in1k](https://huggingface.co/timm/convnextv2_base.fcmae_ft_in1k) | 88.5M | 15.4G | 224 | True | 1024 | 1000 | imagenet-1k | ConvNeXt | convnextv2_base | 2023-01-05 |
|
229 |
| [convnext_base.fb_in22k_ft_in1k](https://huggingface.co/timm/convnext_base.fb_in22k_ft_in1k) | 88.5M | 15.4G | 224 | True | 1024 | 1000 | imagenet-1k | ConvNeXt | convnext_base | 2022-12-13 |
|
230 |
| [convnext_base.fb_in1k](https://huggingface.co/timm/convnext_base.fb_in1k) | 88.5M | 15.4G | 224 | True | 1024 | 1000 | imagenet-1k | ConvNeXt | convnext_base | 2022-12-13 |
|
|
|
231 |
| [convnextv2_tiny.fcmae_ft_in22k_in1k_384](https://huggingface.co/timm/convnextv2_tiny.fcmae_ft_in22k_in1k_384) | 28.6M | 13.1G | 384 | True | 768 | 1000 | imagenet-1k | ConvNeXt | convnextv2_tiny | 2023-01-05 |
|
232 |
| [convnext_tiny.fb_in22k_ft_in1k_384](https://huggingface.co/timm/convnext_tiny.fb_in22k_ft_in1k_384) | 28.6M | 13.1G | 384 | True | 768 | 1000 | imagenet-1k | ConvNeXt | convnext_tiny | 2022-12-13 |
|
233 |
| [convnext_small.fb_in22k](https://huggingface.co/timm/convnext_small.fb_in22k) | 66.2M | 8.7G | 224 | True | 768 | 21841 | imagenet-22k | ConvNeXt | convnext_small | 2022-12-13 |
|
|
|
114 |
|
115 |
# Models
|
116 |
|
117 |
+
731 models exported from TIMM in total.
|
118 |
|
119 |
## Beit
|
120 |
|
|
|
215 |
|
216 |
## ConvNeXt
|
217 |
|
218 |
+
41 models with model class `ConvNeXt`.
|
219 |
|
220 |
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
221 |
|:-------------------------------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:-------------|:---------|:-----------------------|:-------------|
|
|
|
228 |
| [convnextv2_base.fcmae_ft_in1k](https://huggingface.co/timm/convnextv2_base.fcmae_ft_in1k) | 88.5M | 15.4G | 224 | True | 1024 | 1000 | imagenet-1k | ConvNeXt | convnextv2_base | 2023-01-05 |
|
229 |
| [convnext_base.fb_in22k_ft_in1k](https://huggingface.co/timm/convnext_base.fb_in22k_ft_in1k) | 88.5M | 15.4G | 224 | True | 1024 | 1000 | imagenet-1k | ConvNeXt | convnext_base | 2022-12-13 |
|
230 |
| [convnext_base.fb_in1k](https://huggingface.co/timm/convnext_base.fb_in1k) | 88.5M | 15.4G | 224 | True | 1024 | 1000 | imagenet-1k | ConvNeXt | convnext_base | 2022-12-13 |
|
231 |
+
| [convnext_tiny.in12k_ft_in1k_384](https://huggingface.co/timm/convnext_tiny.in12k_ft_in1k_384) | 28.6M | 13.1G | 384 | True | 768 | 1000 | imagenet-1k | ConvNeXt | convnext_tiny | 2023-01-19 |
|
232 |
| [convnextv2_tiny.fcmae_ft_in22k_in1k_384](https://huggingface.co/timm/convnextv2_tiny.fcmae_ft_in22k_in1k_384) | 28.6M | 13.1G | 384 | True | 768 | 1000 | imagenet-1k | ConvNeXt | convnextv2_tiny | 2023-01-05 |
|
233 |
| [convnext_tiny.fb_in22k_ft_in1k_384](https://huggingface.co/timm/convnext_tiny.fb_in22k_ft_in1k_384) | 28.6M | 13.1G | 384 | True | 768 | 1000 | imagenet-1k | ConvNeXt | convnext_tiny | 2022-12-13 |
|
234 |
| [convnext_small.fb_in22k](https://huggingface.co/timm/convnext_small.fb_in22k) | 66.2M | 8.7G | 224 | True | 768 | 21841 | imagenet-22k | ConvNeXt | convnext_small | 2022-12-13 |
|
convnext_tiny.in12k_ft_in1k_384/meta.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4673ff1fa0323b8a4db10961b6f9903bdc63e36b47be8dcc06e77c46011b7cbe
|
3 |
+
size 169821
|
convnext_tiny.in12k_ft_in1k_384/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd60e2517d6c2e15710cdf5c71be020063517a5e767e848a7ccab8dd104b56ae
|
3 |
+
size 114529274
|
convnext_tiny.in12k_ft_in1k_384/preprocess.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cbcc304931c25fc3e2d1d127dced13224c89fb0de8c0ae27121890e88cdd81c5
|
3 |
+
size 787
|
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:79d567c03a16abe4ce450fb78dbce6f3c97248aabd8121638ba4a3ea6d05cc89
|
3 |
+
size 45386
|