Export model 'fbnetv3_g.ra2_in1k', on 2025-01-20 04:29:18 UTC
Browse files- README.md +3 -2
- fbnetv3_g.ra2_in1k/meta.json +3 -0
- fbnetv3_g.ra2_in1k/model.onnx +3 -0
- fbnetv3_g.ra2_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 |
## ByobNet
|
120 |
|
@@ -316,12 +316,13 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
316 |
|
317 |
## MobileNetV3
|
318 |
|
319 |
-
|
320 |
|
321 |
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
322 |
|:-----------------------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:-------------|:------------|:--------------------------|:-------------|
|
323 |
| [mobilenetv4_conv_aa_large.e230_r384_in12k](https://huggingface.co/timm/mobilenetv4_conv_aa_large.e230_r384_in12k) | 31.2M | 7.0G | 384 | True | 1280 | 11821 | imagenet-12k | MobileNetV3 | mobilenetv4_conv_aa_large | 2024-07-25 |
|
324 |
| [mobilenetv4_conv_large.e600_r384_in1k](https://huggingface.co/timm/mobilenetv4_conv_large.e600_r384_in1k) | 31.2M | 6.4G | 384 | True | 1280 | 1000 | imagenet-1k | MobileNetV3 | mobilenetv4_conv_large | 2024-06-13 |
|
|
|
325 |
| [mobilenetv4_hybrid_medium.ix_e550_r256_in1k](https://huggingface.co/timm/mobilenetv4_hybrid_medium.ix_e550_r256_in1k) | 9.7M | 1.2G | 256 | True | 1280 | 1000 | imagenet-1k | MobileNetV3 | mobilenetv4_hybrid_medium | 2024-06-24 |
|
326 |
| [fbnetv3_b.ra2_in1k](https://huggingface.co/timm/fbnetv3_b.ra2_in1k) | 6.6M | 405.6M | 224 | True | 1984 | 1000 | imagenet-1k | MobileNetV3 | fbnetv3_b | 2022-12-16 |
|
327 |
| [hardcorenas_f.miil_green_in1k](https://huggingface.co/timm/hardcorenas_f.miil_green_in1k) | 6.9M | 340.7M | 224 | True | 1280 | 1000 | imagenet-1k | MobileNetV3 | hardcorenas_f | 2023-04-21 |
|
|
|
114 |
|
115 |
# Models
|
116 |
|
117 |
+
138 models exported from TIMM in total.
|
118 |
|
119 |
## ByobNet
|
120 |
|
|
|
316 |
|
317 |
## MobileNetV3
|
318 |
|
319 |
+
9 models with model class `MobileNetV3`.
|
320 |
|
321 |
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
322 |
|:-----------------------------------------------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:-------------|:------------|:--------------------------|:-------------|
|
323 |
| [mobilenetv4_conv_aa_large.e230_r384_in12k](https://huggingface.co/timm/mobilenetv4_conv_aa_large.e230_r384_in12k) | 31.2M | 7.0G | 384 | True | 1280 | 11821 | imagenet-12k | MobileNetV3 | mobilenetv4_conv_aa_large | 2024-07-25 |
|
324 |
| [mobilenetv4_conv_large.e600_r384_in1k](https://huggingface.co/timm/mobilenetv4_conv_large.e600_r384_in1k) | 31.2M | 6.4G | 384 | True | 1280 | 1000 | imagenet-1k | MobileNetV3 | mobilenetv4_conv_large | 2024-06-13 |
|
325 |
+
| [fbnetv3_g.ra2_in1k](https://huggingface.co/timm/fbnetv3_g.ra2_in1k) | 14.5M | 1.3G | 240 | True | 1984 | 1000 | imagenet-1k | MobileNetV3 | fbnetv3_g | 2022-12-16 |
|
326 |
| [mobilenetv4_hybrid_medium.ix_e550_r256_in1k](https://huggingface.co/timm/mobilenetv4_hybrid_medium.ix_e550_r256_in1k) | 9.7M | 1.2G | 256 | True | 1280 | 1000 | imagenet-1k | MobileNetV3 | mobilenetv4_hybrid_medium | 2024-06-24 |
|
327 |
| [fbnetv3_b.ra2_in1k](https://huggingface.co/timm/fbnetv3_b.ra2_in1k) | 6.6M | 405.6M | 224 | True | 1984 | 1000 | imagenet-1k | MobileNetV3 | fbnetv3_b | 2022-12-16 |
|
328 |
| [hardcorenas_f.miil_green_in1k](https://huggingface.co/timm/hardcorenas_f.miil_green_in1k) | 6.9M | 340.7M | 224 | True | 1280 | 1000 | imagenet-1k | MobileNetV3 | hardcorenas_f | 2023-04-21 |
|
fbnetv3_g.ra2_in1k/meta.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3dcf4cbf8145092aeb1f0fb06e19b9fee3c789ccd71fcd989ddbcf635c680a60
|
3 |
+
size 169794
|
fbnetv3_g.ra2_in1k/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3011ca285802cb8a8bbb595738a2e1daa2e35cd7f6954fed639bc60286525ed
|
3 |
+
size 66456532
|
fbnetv3_g.ra2_in1k/preprocess.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c6c89420239989d0a432fafdd7bc6ab7d0a7febb86f4da453c19a36e2791dfa9
|
3 |
+
size 735
|
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:ad997ceff19fb675f57d3980148402726cf4c02e71fdb16aedca1b555aa8339d
|
3 |
+
size 17687
|