-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Feature] Add ResNetV1c #692
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #692 +/- ##
=======================================
Coverage 85.03% 85.03%
=======================================
Files 121 121
Lines 7389 7393 +4
Branches 1277 1278 +1
=======================================
+ Hits 6283 6287 +4
Misses 916 916
Partials 190 190
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.
LGTM
* add ResNetV1c * add unit tests * fix lint * update docstring * fix lint
Motivation
Add ResNetV1c
Modification
Add ResNetV1c
Checklist
Before PR:
After PR: