-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Add more models #316
Add more models #316
Conversation
Codecov Report
@@ Coverage Diff @@
## master #316 +/- ##
==========================================
+ Coverage 85.69% 86.47% +0.78%
==========================================
Files 91 95 +4
Lines 4487 4761 +274
Branches 716 765 +49
==========================================
+ Hits 3845 4117 +272
- Misses 497 499 +2
Partials 145 145
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Task linked: CU-5qx2nb ResNet18, ResNet50, ResNet18V1c models |
* add more configs * add more configs * fixed backbone type * fixed deeplabv3+ channels * add r101 * update link * change resnet18 link * update aug test * add inf time * add mem
* up * thanks Clau * finish * finish * up
* resolve comments * update changelog * fix omnisource cfg
This PR added ResNet18, ResNet18V1c, ResNet50 for FCN, DeeplabV3, DeeplabV3+, PSPNet.