diff --git a/loadgen/mlperf.conf b/loadgen/mlperf.conf index 1d036f4b48..20ae7cb567 100644 --- a/loadgen/mlperf.conf +++ b/loadgen/mlperf.conf @@ -20,14 +20,14 @@ rgat.*.performance_sample_count_override = 788379 # set to 0 to let entire sample set to be performance sample 3d-unet.*.performance_sample_count_override = 0 -# Set seeds. The seeds will be distributed two weeks before the submission. -*.*.qsl_rng_seed = 3066443479025735752 -*.*.sample_index_rng_seed = 10688027786191513374 -*.*.schedule_rng_seed = 14962580496156340209 -# Set seeds for TEST_05. The seeds will be distributed two weeks before the submission. -*.*.test05_qsl_rng_seed = 16799458546791641818 -*.*.test05_sample_index_rng_seed = 5453809927556429288 -*.*.test05_schedule_rng_seed = 5435552105434836064 +# Set seeds. +*.*.qsl_rng_seed = 3587615595324810408 +*.*.sample_index_rng_seed = 16581065910008722638 +*.*.schedule_rng_seed = 11695134899033643297 +# Set seeds for TEST_05. +*.*.test05_qsl_rng_seed = 7975553102935885558 +*.*.test05_sample_index_rng_seed = 11403566307062068064 +*.*.test05_schedule_rng_seed = 15816800565822761601 *.SingleStream.target_latency_percentile = 90 diff --git a/text_to_image/tools/sample_ids.py b/text_to_image/tools/sample_ids.py index dee3a5793d..01cbcd9c16 100644 --- a/text_to_image/tools/sample_ids.py +++ b/text_to_image/tools/sample_ids.py @@ -20,7 +20,7 @@ def get_args(): default=10, help="Dataset download location") parser.add_argument( - "--seed", "-s", type=int, default=633994880, help="Dataset download location" + "--seed", "-s", type=int, default=265673710, help="Dataset download location" ) args = parser.parse_args() return args diff --git a/text_to_image/tools/sample_ids.txt b/text_to_image/tools/sample_ids.txt index 8bf3d2be8d..03eed50249 100644 --- a/text_to_image/tools/sample_ids.txt +++ b/text_to_image/tools/sample_ids.txt @@ -1,10 +1,10 @@ -4655 -2569 -1303 -109 -4509 -3009 -2179 -1826 -2094 -3340 \ No newline at end of file +716 +2387 +3694 +273 +1221 +2942 +2047 +1691 +1510 +4399 \ No newline at end of file diff --git a/tools/submission/submission_checker.py b/tools/submission/submission_checker.py index a8520bd25c..91cba0f31c 100755 --- a/tools/submission/submission_checker.py +++ b/tools/submission/submission_checker.py @@ -444,9 +444,9 @@ }, "seeds": { # TODO: Update random seeds - "qsl_rng_seed": 3066443479025735752, - "sample_index_rng_seed": 10688027786191513374, - "schedule_rng_seed": 14962580496156340209, + "qsl_rng_seed": 6023615788873153749, + "sample_index_rng_seed": 15036839855038426416, + "schedule_rng_seed": 9933818062894767841, }, "ignore_errors": [], "latency-constraint": {