Skip to content

Commit

Permalink
Merge pull request #717 from guschmue/gs/seeds
Browse files Browse the repository at this point in the history
switch seeds for v0.7
  • Loading branch information
TheKanter committed Sep 4, 2020
2 parents 0b40315 + 7631a63 commit dd9e6bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions mlperf.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ rnnt.*.performance_sample_count_override = 2513
3d-unet.*.performance_sample_count_override = 16

# Set seeds. The seeds will be distributed two weeks before the submission.
*.*.qsl_rng_seed = 3133965575612453542
*.*.sample_index_rng_seed = 665484352860916858
*.*.schedule_rng_seed = 3622009729038561421
*.*.qsl_rng_seed = 12786827339337101903
*.*.sample_index_rng_seed = 12640797754436136668
*.*.schedule_rng_seed = 3135815929913719677

*.SingleStream.target_latency_percentile = 90
*.SingleStream.min_duration = 60000
Expand Down
6 changes: 3 additions & 3 deletions tools/submission/submission-checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@
"resnet50": "resnet",
},
"seeds": {
"qsl_rng_seed": 3133965575612453542,
"sample_index_rng_seed": 665484352860916858,
"schedule_rng_seed": 3622009729038561421,
"qsl_rng_seed": 12786827339337101903,
"sample_index_rng_seed": 12640797754436136668,
"schedule_rng_seed": 3135815929913719677,
},
"ignore_errors": [
"CAS failed",
Expand Down

0 comments on commit dd9e6bf

Please sign in to comment.