-
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
[Refactor] refactor EvalHook #395
Conversation
Codecov Report
@@ Coverage Diff @@
## master #395 +/- ##
==========================================
+ Coverage 84.76% 84.84% +0.07%
==========================================
Files 121 121
Lines 8579 8604 +25
Branches 1416 1427 +11
==========================================
+ Hits 7272 7300 +28
+ Misses 953 947 -6
- Partials 354 357 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
05cd173
to
ad039ab
Compare
34db925
to
40b33ad
Compare
662d738
to
83f2864
Compare
8b0b623
to
5267285
Compare
5267285
to
9923cdf
Compare
Please help with user migration.
|
Done |
OverView
This PR refactors EvalHook
Migration
Configs files need to be changed
EpochEvalHook
toEvalHook
,DistEpochEvalHook
toDistEvalHook
.key_indicator
tosave_best
.For example, in
slowfast_kinetics_pretrained_r50_4x16x1_20e_ava_rgb.py
cfg filefrom
to
Misc.
This Part may further be merged into
MMCV
or applied to other MM codebases.