diff --git a/tools/submission/submission_structure.md b/tools/submission/submission_structure.md index febe1d0f4a..b0fb9ff4c7 100644 --- a/tools/submission/submission_structure.md +++ b/tools/submission/submission_structure.md @@ -65,7 +65,7 @@ The following diagram describes the standard submission structure. ## Endpoints submission structure -For endpoints submissions, the `mlperf_log_*.txt` files are replaced by structured JSON and YAML files produced by the endpoint harness. The `config.yaml` is placed at the scenario root, `results_summary.json` contains performance metrics, and `accuracy_results.json` contains accuracy metrics. +For endpoints submissions, the `mlperf_log_*.txt` files are replaced by structured JSON and YAML files produced by the endpoint harness. The `config.yaml` is placed at the scenario root, `result_summary.json` contains performance metrics, and `accuracy_results.json` contains accuracy metrics. ``` ... @@ -81,8 +81,7 @@ For endpoints submissions, the `mlperf_log_*.txt` files are replaced by structur │ │ │ │ │ │ ├── accuracy │ │ │ │ │ │ │ └── accuracy_results.json │ │ │ │ │ │ ├── performance -│ │ │ │ │ │ │ └── run_1 -│ │ │ │ │ │ │ └── results_summary.json +│ │ │ │ │ │ │ └── result_summary.json │ │ │ │ │ │ ├── │ │ │ │ │ │ │ ├── accuracy │ │ │ │ │ │ │ │ └── accuracy.txt