Skip to content
Merged
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
5 changes: 2 additions & 3 deletions tools/submission/submission_structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

```
...
Expand All @@ -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
│ │ │ │ │ │ ├── <TEST0X>
│ │ │ │ │ │ │ ├── accuracy
│ │ │ │ │ │ │ │ └── accuracy.txt
Expand Down
Loading