Skip to content

Commit

Permalink
Fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
shangw-nvidia committed Apr 30, 2021
1 parent 524cdfd commit 1bd18b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion training_rules.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Random number generators may be seeded from the following sources:

Random number generators may be initialized repeatedly in multiple processes or threads. For a single run, the same seed may be shared across multiple processes or threads.

It is recommanded to log the seeds. If seeds are logged, they need to satisfy the following requirements:
It is recommended to log the seeds. If seeds are logged, they need to satisfy the following requirements:

. The only way to log seeds is through https://github.com/mlcommons/logging/tree/master/mlperf_logging/mllog[`mllog`]. Any seed logged via any other method is discarded.
. All seeds must be valid integer (convertible via https://docs.python.org/3/library/functions.html#int[`int()`]).
Expand Down

0 comments on commit 1bd18b9

Please sign in to comment.