Skip to content

Commit 4fc54b5

Browse files
Fix seeds: correct seeds in mlperf.conf (mlcommons#2036)
1 parent 1fa600d commit 4fc54b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

loadgen/mlperf.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ rgat.*.performance_sample_count_override = 788379
2121
3d-unet.*.performance_sample_count_override = 0
2222

2323
# Set seeds.
24-
*.*.qsl_rng_seed = 3587615595324810408
25-
*.*.sample_index_rng_seed = 16581065910008722638
26-
*.*.schedule_rng_seed = 11695134899033643297
24+
*.*.qsl_rng_seed = 6023615788873153749
25+
*.*.sample_index_rng_seed = 15036839855038426416
26+
*.*.schedule_rng_seed = 9933818062894767841
2727
# Set seeds for TEST_05.
2828
*.*.test05_qsl_rng_seed = 7975553102935885558
2929
*.*.test05_sample_index_rng_seed = 11403566307062068064

0 commit comments

Comments
 (0)