-
Notifications
You must be signed in to change notification settings - Fork 54
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
Update Results Guidelines for unverified claims and misrepresentation of verified results #137
Open
nv-rborkar
wants to merge
12
commits into
mlcommons:master
Choose a base branch
from
nv-rborkar:nv-rborkar-unverified-comp
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 11 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
da411b5
Update MLPerf_Results_Messaging_Guidelines.adoc
nv-rborkar 43ef60d
Update MLPerf_Results_Messaging_Guidelines.adoc
nv-rborkar d709b07
Update MLPerf_Results_Messaging_Guidelines.adoc
nv-rborkar 9dac733
Update MLPerf_Results_Messaging_Guidelines.adoc
nv-rborkar 3ba70cb
Update MLPerf_Results_Messaging_Guidelines.adoc
nv-rborkar 793199b
Update MLPerf_Results_Messaging_Guidelines.adoc
nv-rborkar 86b733f
Update MLPerf_Results_Messaging_Guidelines.adoc
nv-rborkar 729d5c3
Update MLPerf_Results_Messaging_Guidelines.adoc
nv-rborkar 6822be6
Update MLPerf_Results_Messaging_Guidelines.adoc
nv-rborkar 3ad0d10
Update MLPerf_Results_Messaging_Guidelines.adoc
nv-rborkar 7484070
Update MLPerf_Results_Messaging_Guidelines.adoc
nv-rborkar 75439b9
Update MLPerf_Results_Messaging_Guidelines.adoc
nv-rborkar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"reference code performance should not be equated with "out-of-box" performance" - we may want to remove this since it's possibly opinionated. I could see people making the argument that readable code is out of the box code.
Perhaps we could say, "It is not recommended to use the reference implementations to compare performance between systems." and not go into future details?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reference code is not typical of what you would deploy in production, and deliberately so, as all readability/perf tradeoffs are made in favor of readability - e.g. may be written for batch 1. If we want people to be able to use reference code to characterize stack performance "out of the box", and want such comparisons not to be misleading, then the reference code needs to be designed with that in mind, and I think that'd be a net loss. Submitters should not be reviewing reference code with the consideration "if someone runs this on my stack, is it remotely reflective of production performance?"
Also, I'm not sure of the value of recommending best practices in this document. Folks using MLPerf reference implementations to present comparisons either have a scientific intent, and will understand what they're measuring and carefully describe their methodology, or they have a marketing intent and will present their product in the best light allowed by MLCommons. One of the goals of the ToU is to minimize the level of misrepresentation by the latter group.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would agree if you're recommending to remove this completely:
"Note that benchmark reference code implementations often prioritize readability and should not be mistaken for performance optimized implementations (e.g. reference code performance should not be equated with "out-of-box" performance)."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possibly a better framing of this would be something like
"Where the performance of a reference implementation is used, the main text or figure must state that the reference implementation is unoptimized and not reflective of performance in production."