Export model 'convnextv2_nano.fcmae_ft_in22k_in1k', on 2025-01-19 18:35:25 UTC
Browse files
README.md
CHANGED
@@ -13,6 +13,7 @@ base_model:
|
|
13 |
- timm/convnext_pico.d1_in1k
|
14 |
- timm/convnext_pico_ols.d1_in1k
|
15 |
- timm/convnextv2_atto.fcmae_ft_in1k
|
|
|
16 |
- timm/cs3edgenet_x.c2_in1k
|
17 |
- timm/cspresnet50.ra_in1k
|
18 |
- timm/cspresnext50.ra_in1k
|
@@ -93,7 +94,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
93 |
|
94 |
# Models
|
95 |
|
96 |
-
|
97 |
|
98 |
## ByobNet
|
99 |
|
@@ -114,12 +115,13 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
114 |
|
115 |
## ConvNeXt
|
116 |
|
117 |
-
|
118 |
|
119 |
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
120 |
|:---------------------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:-------------|:---------|:-------------------|:-------------|
|
121 |
| [convnext_base.clip_laion2b_augreg_ft_in12k](https://huggingface.co/timm/convnext_base.clip_laion2b_augreg_ft_in12k) | 99.6M | 20.1G | 256 | True | 1024 | 11821 | imagenet-12k | ConvNeXt | convnext_base | 2023-03-31 |
|
122 |
| [convnext_nano.r384_in12k_ft_in1k](https://huggingface.co/timm/convnext_nano.r384_in12k_ft_in1k) | 15.6M | 7.2G | 384 | True | 640 | 1000 | imagenet-1k | ConvNeXt | convnext_nano | 2024-12-31 |
|
|
|
123 |
| [convnext_pico_ols.d1_in1k](https://huggingface.co/timm/convnext_pico_ols.d1_in1k) | 9.1M | 1.4G | 224 | True | 512 | 1000 | imagenet-1k | ConvNeXt | convnext_pico_ols | 2022-12-13 |
|
124 |
| [convnext_pico.d1_in1k](https://huggingface.co/timm/convnext_pico.d1_in1k) | 9.0M | 1.4G | 224 | True | 512 | 1000 | imagenet-1k | ConvNeXt | convnext_pico | 2022-12-13 |
|
125 |
| [convnext_femto_ols.d1_in1k](https://huggingface.co/timm/convnext_femto_ols.d1_in1k) | 5.2M | 813.1M | 224 | True | 384 | 1000 | imagenet-1k | ConvNeXt | convnext_femto_ols | 2022-12-13 |
|
|
|
13 |
- timm/convnext_pico.d1_in1k
|
14 |
- timm/convnext_pico_ols.d1_in1k
|
15 |
- timm/convnextv2_atto.fcmae_ft_in1k
|
16 |
+
- timm/convnextv2_nano.fcmae_ft_in22k_in1k
|
17 |
- timm/cs3edgenet_x.c2_in1k
|
18 |
- timm/cspresnet50.ra_in1k
|
19 |
- timm/cspresnext50.ra_in1k
|
|
|
94 |
|
95 |
# Models
|
96 |
|
97 |
+
80 models exported from TIMM in total.
|
98 |
|
99 |
## ByobNet
|
100 |
|
|
|
115 |
|
116 |
## ConvNeXt
|
117 |
|
118 |
+
9 models with model class `ConvNeXt`.
|
119 |
|
120 |
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
121 |
|:---------------------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:-------------|:---------|:-------------------|:-------------|
|
122 |
| [convnext_base.clip_laion2b_augreg_ft_in12k](https://huggingface.co/timm/convnext_base.clip_laion2b_augreg_ft_in12k) | 99.6M | 20.1G | 256 | True | 1024 | 11821 | imagenet-12k | ConvNeXt | convnext_base | 2023-03-31 |
|
123 |
| [convnext_nano.r384_in12k_ft_in1k](https://huggingface.co/timm/convnext_nano.r384_in12k_ft_in1k) | 15.6M | 7.2G | 384 | True | 640 | 1000 | imagenet-1k | ConvNeXt | convnext_nano | 2024-12-31 |
|
124 |
+
| [convnextv2_nano.fcmae_ft_in22k_in1k](https://huggingface.co/timm/convnextv2_nano.fcmae_ft_in22k_in1k) | 15.6M | 2.4G | 224 | True | 640 | 1000 | imagenet-1k | ConvNeXt | convnextv2_nano | 2023-01-05 |
|
125 |
| [convnext_pico_ols.d1_in1k](https://huggingface.co/timm/convnext_pico_ols.d1_in1k) | 9.1M | 1.4G | 224 | True | 512 | 1000 | imagenet-1k | ConvNeXt | convnext_pico_ols | 2022-12-13 |
|
126 |
| [convnext_pico.d1_in1k](https://huggingface.co/timm/convnext_pico.d1_in1k) | 9.0M | 1.4G | 224 | True | 512 | 1000 | imagenet-1k | ConvNeXt | convnext_pico | 2022-12-13 |
|
127 |
| [convnext_femto_ols.d1_in1k](https://huggingface.co/timm/convnext_femto_ols.d1_in1k) | 5.2M | 813.1M | 224 | True | 384 | 1000 | imagenet-1k | ConvNeXt | convnext_femto_ols | 2022-12-13 |
|
convnextv2_nano.fcmae_ft_in22k_in1k/meta.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0ed08a28204fea52a6abddc6c0396f0a4e4276a951dd347b5737bcd5c43b62a
|
3 |
+
size 169830
|
convnextv2_nano.fcmae_ft_in22k_in1k/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87ef774de78fde31ca9d1ab9be54936bf3db6395ae226fac01ca7c03e3db8860
|
3 |
+
size 62666773
|
convnextv2_nano.fcmae_ft_in22k_in1k/preprocess.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4b5ddfa5f811419c53f2604e24f1d6ea68d955f1a20343d26ab2ebd78e4e21e5
|
3 |
+
size 734
|
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:31ac767ca2d934cd5e657c8cd0159a84f833fc8d0528fd08d3c6fc1518e91632
|
3 |
+
size 13975
|