-
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
[Improve] Change default value of average-clips
#232
Conversation
Codecov Report
@@ Coverage Diff @@
## master #232 +/- ##
=======================================
Coverage 85.15% 85.15%
=======================================
Files 81 81
Lines 5267 5267
Branches 846 846
=======================================
Hits 4485 4485
Misses 644 644
Partials 138 138
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
The default value of |
configs/recognition/csn/ircsn_ig65m_pretrained_bnfrozen_r152_32x2x1_58e_kinetics400_rgb.py
Outdated
Show resolved
Hide resolved
Do u need to change model zoo performance when changing configs from None to 'something'? |
Sorry that I made the mistake, the default value should be 'prob'. |
Emm, Yes. Since the original default value of 'average_clips' is 'score', so some ckpts trained by me should be re-tested. @SuX97, did you explicitly set 'average_clips' to 'prob' during testing previously? |
The performance of the ckpt is test by setting 'average_clips' to 'prob', so there is no need to re-test. |
My bad, 3D checkpoints trained by me is tested with default setting ( |
the perf table can be updated here too, so that configs and reported accuracies are always matched. |
As long as the settings are consistent with the reported accuracies in modelzoo, i'm ok. I'm a little confused by the use of None. Here are two possible meanings
If it belongs to the second case, then the direction of this pr is correct: configs should be clear and concrete. |
It belongs to the second case. For 3D recognizers, the |
I agree. @innerlee |
average-clips
average-clips
Set 'average_clips' in the test_cfg of each config file.
You can still set this parameter during testing and it will override the default value in the config file.