Skip to content
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

MLPerf inference v4.1 Postmortem item: Rename <system_desc_id>_<implementation_id>_<scenario>.json to model-info.json #182

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions submission_rules.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ HPC training submissions follow the above Training directory structure except fo
*** <system_desc_id>/
**** <benchmark>/
***** <scenario>
****** <system_desc_id>_<implementation_id>_<scenario>.json
****** model-info.json
****** README.md
****** user.conf
****** mlperf.conf
Expand Down Expand Up @@ -427,7 +427,7 @@ Here is the list of mandatory files for all submissions in any division/category
* actual models if the models are not deterministically generated
* READMEs to enable users to replicate performance results
* code which interfaces with the loadgen
* <system_desc_id>_<implementation_id>_<scenario>.json
* model-info.json
* <system_desc_id>.json

For some models mlperf_log_accuracy.json can get very large. Because of this we truncate mlperf_log_accuracy.log in submissions
Expand Down Expand Up @@ -512,9 +512,9 @@ In the Network division for the inference datacenter the file <system_desc_id>.j



### <system_desc_id>_<implementation_id>_<scenario>.json metadata
### model-info.json metadata

The file <system_desc_id>_<implementation_id>.json should contain metadata describing use of the specified implementation on the specified system.
The file model-info.json should contain metadata describing use of the specified implementation on the specified system.


|===
Expand Down
Loading