You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/submission/README.md
+50-3Lines changed: 50 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Output directory with submission with truncated `mlperf_log_accuracy.json` files
29
29
### Summary
30
30
The input submission directory is modified with empty directories removed and low accuracy results inferred. Multistream and offline scenario results are also wherever possible. The original input directory is saved in a timestamped directory.
31
31
32
-
## `submission_checker.py` (Mandatory)
32
+
## `submission_checker/main.py` (Mandatory)
33
33
### Inputs
34
34
**input**: Path to the directory containing one or several submissions.<br>
@@ -50,9 +50,10 @@ The below input fields are off by default since v3.1 and are mandatory but can b
50
50
**skip-check-power-measure-files**: Flag to avoid checking if the required power measurement files are present
51
51
52
52
### Summary
53
-
Checks a directory that contains one or several submissions. This script can be used by running the following command:
53
+
Checks a directory that contains one or several submissions. This script can be used by running the following command (outside the inference repository):
0 commit comments