985985 "starting_weights_filename" ,
986986 "weight_data_types" ,
987987 "weight_transformations" ,
988- ]
988+ ]
989+
990+
991+ PERFORMANCE_LOG_PATH = {
992+ "v5.0" : "{division}/{submitter}/results/{system}/{benchmark}/{scenario}/performance/run_1/mlperf_log_detail.txt" ,
993+ "v5.1" : "{division}/{submitter}/results/{system}/{benchmark}/{scenario}/performance/run_1/mlperf_log_detail.txt" ,
994+ "v6.0" : "{division}/{submitter}/results/{system}/{benchmark}/{scenario}/performance/run_1/mlperf_log_detail.txt" ,
995+ "default" : "{division}/{submitter}/results/{system}/{benchmark}/{scenario}/performance/run_1/mlperf_log_detail.txt" ,
996+ }
997+
998+ PERFORMANCE_SUMMARY_PATH = {
999+ "v5.0" : "{division}/{submitter}/results/{system}/{benchmark}/{scenario}/performance/run_1/mlperf_log_summary.txt" ,
1000+ "v5.1" : "{division}/{submitter}/results/{system}/{benchmark}/{scenario}/performance/run_1/mlperf_log_summary.txt" ,
1001+ "v6.0" : "{division}/{submitter}/results/{system}/{benchmark}/{scenario}/performance/run_1/mlperf_log_summary.txt" ,
1002+ "default" : "{division}/{submitter}/results/{system}/{benchmark}/{scenario}/performance/run_1/mlperf_log_summary.txt" ,
1003+ }
1004+
1005+ ACCURACY_LOG_PATH = {
1006+ "v5.0" : "{division}/{submitter}/results/{system}/{benchmark}/{scenario}/accuracy/mlperf_log_detail.txt" ,
1007+ "v5.1" : "{division}/{submitter}/results/{system}/{benchmark}/{scenario}/accuracy/mlperf_log_detail.txt" ,
1008+ "v6.0" : "{division}/{submitter}/results/{system}/{benchmark}/{scenario}/accuracy/mlperf_log_detail.txt" ,
1009+ "default" : "{division}/{submitter}/results/{system}/{benchmark}/{scenario}/accuracy/mlperf_log_detail.txt" ,
1010+ }
1011+
1012+ MEASUREMENTS_PATH = {
1013+ "v5.0" : "{division}/{submitter}/measurements/{system}/{benchmark}/{scenario}/{system}.json" ,
1014+ "v5.1" : "{division}/{submitter}/measurements/{system}/{benchmark}/{scenario}/{system}.json" ,
1015+ "v6.0" : "{division}/{submitter}/results/{system}/{benchmark}/{scenario}/{system}.json" ,
1016+ "default" : "{division}/{submitter}/results/{system}/{benchmark}/{scenario}/{system}.json" ,
1017+ }
1018+
1019+ TEST01_PERF_PATH = {
1020+ "v5.0" : "{division}/{submitter}/compliance/{system}/{benchmark}/{scenario}/TEST01/performance/run_1/mlperf_log_detail.txt" ,
1021+ "v5.1" : "{division}/{submitter}/compliance/{system}/{benchmark}/{scenario}/TEST01/performance/run_1/mlperf_log_detail.txt" ,
1022+ "v6.0" : "{division}/{submitter}/results/{system}/{benchmark}/{scenario}/TEST01/performance/run_1/mlperf_log_detail.txt" ,
1023+ "default" : "{division}/{submitter}/results/{system}/{benchmark}/{scenario}/TEST01/performance/run_1/mlperf_log_detail.txt" ,
1024+ }
1025+
1026+ TEST01_ACC_PATH = {
1027+ "v5.0" : "{division}/{submitter}/compliance/{system}/{benchmark}/{scenario}/TEST01/accuracy/mlperf_log_detail.txt" ,
1028+ "v5.1" : "{division}/{submitter}/compliance/{system}/{benchmark}/{scenario}/TEST01/accuracy/mlperf_log_detail.txt" ,
1029+ "v6.0" : "{division}/{submitter}/results/{system}/{benchmark}/{scenario}/TEST01/accuracy/mlperf_log_detail.txt" ,
1030+ "default" : "{division}/{submitter}/results/{system}/{benchmark}/{scenario}/TEST01/accuracy/mlperf_log_detail.txt" ,
1031+ }
1032+
1033+ TEST05_PERF_PATH = {
1034+ "v5.0" : "{division}/{submitter}/compliance/{system}/{benchmark}/{scenario}/TEST05/performance/run_1/mlperf_log_detail.txt" ,
1035+ "v5.1" : "{division}/{submitter}/compliance/{system}/{benchmark}/{scenario}/TEST05/performance/run_1/mlperf_log_detail.txt" ,
1036+ "v6.0" : "{division}/{submitter}/results/{system}/{benchmark}/{scenario}/TEST05/performance/run_1/mlperf_log_detail.txt" ,
1037+ "default" : "{division}/{submitter}/results/{system}/{benchmark}/{scenario}/TEST05/performance/run_1/mlperf_log_detail.txt" ,
1038+ }
1039+
1040+ TEST05_ACC_PATH = {
1041+ "v5.0" : "{division}/{submitter}/compliance/{system}/{benchmark}/{scenario}/TEST05/accuracy/mlperf_log_detail.txt" ,
1042+ "v5.1" : "{division}/{submitter}/compliance/{system}/{benchmark}/{scenario}/TEST05/accuracy/mlperf_log_detail.txt" ,
1043+ "v6.0" : "{division}/{submitter}/results/{system}/{benchmark}/{scenario}/TEST05/accuracy/mlperf_log_detail.txt" ,
1044+ "default" : "{division}/{submitter}/results/{system}/{benchmark}/{scenario}/TEST05/accuracy/mlperf_log_detail.txt" ,
1045+ }
1046+
1047+ TEST06_ACC_PATH = {
1048+ "v5.0" : "{division}/{submitter}/compliance/{system}/{benchmark}/{scenario}/TEST06/accuracy/mlperf_log_detail.txt" ,
1049+ "v5.1" : "{division}/{submitter}/compliance/{system}/{benchmark}/{scenario}/TEST06/accuracy/mlperf_log_detail.txt" ,
1050+ "v6.0" : "{division}/{submitter}/results/{system}/{benchmark}/{scenario}/TEST06/accuracy/mlperf_log_detail.txt" ,
1051+ "default" : "{division}/{submitter}/results/{system}/{benchmark}/{scenario}/TEST06/accuracy/mlperf_log_detail.txt" ,
1052+ }
0 commit comments