-
Notifications
You must be signed in to change notification settings - Fork 210
Add FlashRegistry
of Available Heads for flash.image.ImageClassifier
#1152
Add FlashRegistry
of Available Heads for flash.image.ImageClassifier
#1152
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AjinkyaIndulkar This looks great! Left a small comment, could you also add a line to CHANGELOG.md
?
Sure. I'll add your suggestion as well. |
for more information, see https://pre-commit.ci
Codecov Report
@@ Coverage Diff @@
## master #1152 +/- ##
==========================================
+ Coverage 89.18% 89.24% +0.05%
==========================================
Files 285 286 +1
Lines 13008 13022 +14
==========================================
+ Hits 11601 11621 +20
+ Misses 1407 1401 -6
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, LGTM 😃
What does this PR do?
This PR adds a
FlashRegistry
toflash.image.ImageClassifier
.Fixes #1150
Changelog
Added:
IMAGE_CLASSIFIER_HEADS
flash registry forflash.image.ImageClassifier
Updated:
flash.image.ImageClassifier
to useIMAGE_CLASSIFIER_HEADS
flash registryNotes:
ImageClassifier
.make test
)