-
Notifications
You must be signed in to change notification settings - Fork 1
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
Variants for EfficientRep and RepPANNeck #80
Conversation
Test Results 1 files 1 suites 21m 51s ⏱️ Results for commit 3b7cccb. |
☂️ Python Coverage
Overall Coverage
New Files
Modified Files
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## dev #80 +/- ##
======================================
Coverage ? 96.70%
======================================
Files ? 139
Lines ? 6194
Branches ? 0
======================================
Hits ? 5990
Misses ? 204
Partials ? 0 ☔ View full report in Codecov by Sentry. |
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.
Left some comments, otherwise LGTM!
Co-authored-by: Martin Kozlovsky <[email protected]>
Added options to use
CSPStackRepBlock
inEfficientRep
andRepPANNeck
which whould be used when creating medium or larger architectures.