Add MobileNetV2 0.5 Plant Village classifier#25
Open
nikunj95 wants to merge 5 commits into
Open
Conversation
- Add float and 8w8a8 QAT Keras checkpoints under vision/classification/mobilenetv2/plant_village/ (tracked via Git LFS). - Add model README with environment pins and a load+convert-to-Akida snippet taken from the reference notebook. - Add Plant Village row to the top-level model table.
ktsiknos-brainchip
requested changes
Apr 21, 2026
| | Vision | Classification | [MobileNetV2 1.0](vision/classification/mobilenetv2/imagenet) | 224 | ImageNet | 3.5M | 8 | 70.35% | | | 7 | | ||
| | Vision | Classification | [MobileNetV2 0.75](vision/classification/mobilenetv2/imagenet) | 160 | ImageNet | 2.6M | 8 | 62.85% | | | 4 ☁️ | | ||
| | Vision | Classification | [MobileNetV2 0.35](vision/classification/mobilenetv2/imagenet) | 96 | ImageNet | 1.2M | 8 | 43.47% | | | 2 ☁️ | | ||
| | Vision | Classification | [MobileNetV2 0.5](vision/classification/mobilenetv2/plant_village) | 224 | Plant Village | 0.7M | 8 | 99.12% | | | 6 | |
Collaborator
There was a problem hiding this comment.
Manually tested using the CI script: this model can map on 4 nodes, not 6.
Also, add the ☁️ icon if this maps on 6-nodes (it just means it could be run on the cloud that has 6-nodes)
Author
There was a problem hiding this comment.
I confirmed it on my side too, using MapMode value 3.
cc. @kmanninen
Merged
kmanninen
reviewed
Apr 21, 2026
kmanninen
requested changes
Apr 21, 2026
kmanninen
left a comment
There was a problem hiding this comment.
Recommend implementing changes pertaining to using the latest version of Akida.
Co-authored-by: Kevin Tsiknos <60514526+ktsiknos-brainchip@users.noreply.github.com>
kmanninen
reviewed
Apr 21, 2026
kmanninen
reviewed
Apr 21, 2026
Collaborator
|
@nikunj95 @kmanninen few comments:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
akida==2.17.0,cnn2snn==2.17.0,quantizeml==1.0.1), performance, and a load-and-convert-to-Akida snippet ported from the reference notebook.Model
akida.SixNodesIPv2,hw_only=True)Quantized-model sparsity — ReLU: 89%, overall: 53%.