-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Doc] Refine algorithm readme with model performance table #1627
Conversation
1a9f764
to
bd33144
Compare
Do you plan to use this page as an alternative of current algorithm docs? I suggest adding it into the docs instead of placing under the config folder. Besides, maybe an accuracy-sorted version is also necessary. |
This page is expected to serve as an index for users navigating the configs folder on GitHub. We can modify the doc compiling script to automatically involves these pages in the model zoo document page, or even generate a figure with the table content. That can be a future plan. As for the sorting, one concern is that the performance comparison may not be completely fair (network scale, input size, ...) so the sorted results could be misleading in some cases. Maybe sort them by the publishing year? |
ec5c826
to
a99c255
Compare
fe4915c
to
2df9dab
Compare
f771955
to
95b7ecb
Compare
Co-authored-by: Qikai Li <[email protected]>
95b7ecb
to
43a98fb
Compare
Codecov ReportBase: 77.73% // Head: 77.77% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## dev-1.x #1627 +/- ##
===========================================
+ Coverage 77.73% 77.77% +0.04%
===========================================
Files 204 204
Lines 11716 11716
Branches 1956 1956
===========================================
+ Hits 9107 9112 +5
+ Misses 2213 2206 -7
- Partials 396 398 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
bfb77ce
to
fc0de64
Compare
Co-authored-by: Qikai Li <[email protected]>
Co-authored-by: Qikai Li <[email protected]>
…b#1627) Co-authored-by: Qikai Li <[email protected]>
Motivation
Update algorithm readme with model performance table and page links for algorithms for better user experience.
Modification
BC-breaking (Optional)
Use cases (Optional)
Checklist
Before PR:
After PR: