Skip to content

Commit 617a549

Browse files
feat(vision): integrate MobilenetV4 for imagenet
Signed-off-by: jmejia <jmejia@brainchipinc.com>
1 parent 36e72c6 commit 617a549

4 files changed

Lines changed: 26 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ In addition, some models can be evaluated directly through [Akida Cloud](https:/
2424
| Vision | Classification | [MobileNetV2 1.0](vision/classification/mobilenetv2/imagenet) | 224 | ImageNet | 3.5M | 8 | 70.35% | | | 7 |
2525
| Vision | Classification | [MobileNetV2 0.75](vision/classification/mobilenetv2/imagenet) | 160 | ImageNet | 2.6M | 8 | 62.85% | | | 4 ☁️ |
2626
| Vision | Classification | [MobileNetV2 0.35](vision/classification/mobilenetv2/imagenet) | 96 | ImageNet | 1.2M | 8 | 43.47% | | | 2 ☁️ |
27+
| Vision | Classification | [MobileNetV4 1.0](vision/classification/mobilenetv4/imagenet) | 224 | ImageNet | 3.77M | 8 | 71.86% | | | 8 ☁️ |
2728
| Vision | Classification | [MobileNetV2_1.0](vision/classification/mobilenetv2/cifar10) | 128 | CIFAR-10 | 2.25M | 8 | 93.96% | | | 5 ☁️ |
2829
| Vision | Classification | [MobileNetV2_1.0](vision/classification/mobilenetv2/oxford_flowers) | 224 | Oxford_Flower | 2.4M | 8 | 91.97% | | | 7 |
2930
| Vision | Classification | [MobileNetV4_1.0](vision/classification/mobilenetv4/cifar10) | 128 | CIFAR-10 | 2.5M | 8 | 94.72% | | | 7 |
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# MobileNetV4-Conv-Small
2+
3+
## Source
4+
https://huggingface.co/timm/mobilenetv4_conv_small.e2400_r224_in1k
5+
6+
## Environment
7+
```
8+
torch: 2.0
9+
torchvision
10+
timm
11+
quantizeml: 1.1.1
12+
```
13+
14+
## References
15+
- **MobileNet-v4** Model from the paper [Exploring the MobileNetV4 Architecture](https://arxiv.org/abs/2404.10518)
16+
- Model Card [MobileNetV4-Conv-Small](https://huggingface.co/timm/mobilenetv4_conv_small.e2400_r224_in1k)
17+
18+
## License
19+
Please refer to [https://huggingface.co/timm/mobilenetv4_conv_small.e2400_r224_in1k](https://huggingface.co/timm/mobilenetv4_conv_small.e2400_r224_in1k)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:5d4ed1e2a376df61176462a27e8cbaf041412c35b12675e3a90a64804a6a1b8c
3+
size 15069033
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:5661433b49c9f2cf6cbb175b0c2c74c72866cc485e59d142bf76178027a95785
3+
size 4061699

0 commit comments

Comments
 (0)