-
Notifications
You must be signed in to change notification settings - Fork 469
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Added rectangular stride MobileNets #483
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.
Thanks!
Codecov Report
@@ Coverage Diff @@
## main #483 +/- ##
==========================================
- Coverage 95.43% 95.01% -0.43%
==========================================
Files 97 108 +11
Lines 4035 4175 +140
==========================================
+ Hits 3851 3967 +116
- Misses 184 208 +24
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
This PR introduces the following modifications:
I checked locally and the training now yields 92%+ of exact match after a single epoch (vs. 20% before)
Any feedback is welcome!