-
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
[Fix] Fix typo and link #608
Conversation
hejunjun seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Codecov Report
@@ Coverage Diff @@
## master #608 +/- ##
=======================================
Coverage 85.45% 85.45%
=======================================
Files 101 101
Lines 5220 5220
Branches 840 840
=======================================
Hits 4461 4461
Misses 586 586
Partials 173 173
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
It's ok to merge. |
Co-authored-by: hejunjun <[email protected]>
…est checkpoints after training (open-mmlab#608) * resolve comments * update changelog * Test the final ckpt when training is over. * update * jintao revise * test_last or test_best * update * Test the final ckpt when training is over. * update * jintao revise * test_last or test_best * update * update docs * additional info * fix test_option * testing passed * Update train.py * Update train.py * fix lint * Test the final ckpt when training is over. * update * jintao revise * test_last or test_best * update * test_last or test_best * update * update docs * additional info * fix test_option * testing passed * Update train.py * Update train.py * fix lint Co-authored-by: Jintao Lin <[email protected]>
Fix typo and link.