-
Notifications
You must be signed in to change notification settings - Fork 46
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
Why are we using olympic scores stdev for RCP interpolation? #375
Comments
Can we see how this affect the v4.0 scores? |
@ShriyaPalsamudram I am getting the same results when with and without the olympic stdev. It seems to be, because it the logging/mlperf_logging/rcp_checker/rcp_checker.py Lines 272 to 275 in 369260b
And since we are no longer pruning based on
@ShriyaPalsamudram What changes were expected when changing the |
Since this impacts max speedup, can we compare max speedup before and after the change for all RCP points? |
Additionally, an example of the max_speed_up values for last training results:
Without olympic score:
|
The general idea of stdev is to get the variance of a population, but Olympic scoring drops the extreme values. So we should consider using stdev of the entire population for interpolation.
Need to analyze and fix for v4.1
The text was updated successfully, but these errors were encountered: