narugo1992 commited on
Export model 'efficientnet_lite0.ra_in1k', on 2025-01-20 07:11:53 UTC
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 |
|
|
@@ -280,7 +280,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
| 280 |
|
| 281 |
## EfficientNet
|
| 282 |
|
| 283 |
-
|
| 284 |
|
| 285 |
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
| 286 |
|:---------------------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:-------------|:-------------|:-----------------------|:-------------|
|
|
@@ -299,6 +299,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
| 299 |
| [mobilenetv2_120d.ra_in1k](https://huggingface.co/timm/mobilenetv2_120d.ra_in1k) | 5.8M | 668.9M | 224 | True | 1280 | 1000 | imagenet-1k | EfficientNet | mobilenetv2_120d | 2022-12-13 |
|
| 300 |
| [mobilenetv1_100h.ra4_e3600_r224_in1k](https://huggingface.co/timm/mobilenetv1_100h.ra4_e3600_r224_in1k) | 5.3M | 620.2M | 224 | True | 1024 | 1000 | imagenet-1k | EfficientNet | mobilenetv1_100h | 2024-07-25 |
|
| 301 |
| [mobilenetv2_140.ra_in1k](https://huggingface.co/timm/mobilenetv2_140.ra_in1k) | 6.1M | 582.3M | 224 | True | 1792 | 1000 | imagenet-1k | EfficientNet | mobilenetv2_140 | 2022-12-13 |
|
|
|
|
| 302 |
| [fbnetc_100.rmsp_in1k](https://huggingface.co/timm/fbnetc_100.rmsp_in1k) | 5.5M | 385.1M | 224 | True | 1984 | 1000 | imagenet-1k | EfficientNet | fbnetc_100 | 2022-12-12 |
|
| 303 |
| [tinynet_a.in1k](https://huggingface.co/timm/tinynet_a.in1k) | 6.1M | 336.9M | 192 | True | 1280 | 1000 | imagenet-1k | EfficientNet | tinynet_a | 2022-12-13 |
|
| 304 |
| [mnasnet_100.rmsp_in1k](https://huggingface.co/timm/mnasnet_100.rmsp_in1k) | 4.3M | 314.5M | 224 | True | 1280 | 1000 | imagenet-1k | EfficientNet | mnasnet_100 | 2022-12-13 |
|
|
|
|
| 114 |
|
| 115 |
# Models
|
| 116 |
|
| 117 |
+
466 models exported from TIMM in total.
|
| 118 |
|
| 119 |
## Beit
|
| 120 |
|
|
|
|
| 280 |
|
| 281 |
## EfficientNet
|
| 282 |
|
| 283 |
+
30 models with model class `EfficientNet`.
|
| 284 |
|
| 285 |
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
| 286 |
|:---------------------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:-------------|:-------------|:-----------------------|:-------------|
|
|
|
|
| 299 |
| [mobilenetv2_120d.ra_in1k](https://huggingface.co/timm/mobilenetv2_120d.ra_in1k) | 5.8M | 668.9M | 224 | True | 1280 | 1000 | imagenet-1k | EfficientNet | mobilenetv2_120d | 2022-12-13 |
|
| 300 |
| [mobilenetv1_100h.ra4_e3600_r224_in1k](https://huggingface.co/timm/mobilenetv1_100h.ra4_e3600_r224_in1k) | 5.3M | 620.2M | 224 | True | 1024 | 1000 | imagenet-1k | EfficientNet | mobilenetv1_100h | 2024-07-25 |
|
| 301 |
| [mobilenetv2_140.ra_in1k](https://huggingface.co/timm/mobilenetv2_140.ra_in1k) | 6.1M | 582.3M | 224 | True | 1792 | 1000 | imagenet-1k | EfficientNet | mobilenetv2_140 | 2022-12-13 |
|
| 302 |
+
| [efficientnet_lite0.ra_in1k](https://huggingface.co/timm/efficientnet_lite0.ra_in1k) | 4.6M | 385.3M | 224 | True | 1280 | 1000 | imagenet-1k | EfficientNet | efficientnet_lite0 | 2022-12-12 |
|
| 303 |
| [fbnetc_100.rmsp_in1k](https://huggingface.co/timm/fbnetc_100.rmsp_in1k) | 5.5M | 385.1M | 224 | True | 1984 | 1000 | imagenet-1k | EfficientNet | fbnetc_100 | 2022-12-12 |
|
| 304 |
| [tinynet_a.in1k](https://huggingface.co/timm/tinynet_a.in1k) | 6.1M | 336.9M | 192 | True | 1280 | 1000 | imagenet-1k | EfficientNet | tinynet_a | 2022-12-13 |
|
| 305 |
| [mnasnet_100.rmsp_in1k](https://huggingface.co/timm/mnasnet_100.rmsp_in1k) | 4.3M | 314.5M | 224 | True | 1280 | 1000 | imagenet-1k | EfficientNet | mnasnet_100 | 2022-12-13 |
|
efficientnet_lite0.ra_in1k/meta.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:de2417bed938f74e061e478aa1f31f96c21e24eacc5c19818b5b1dca9475f1b1
|
| 3 |
+
size 169818
|
efficientnet_lite0.ra_in1k/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0809e11d311453d24c33c1b5e87d3f60d80b5a6c491a1d3ade25d0311bd4e30
|
| 3 |
+
size 18563019
|
efficientnet_lite0.ra_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:e230e08a4032a3a7629e62129523146e1f2c52caba696ae4d4edb49339004716
|
| 3 |
+
size 34282
|