Skip to content

Commit 32f4eda

Browse files
committed
Clarify d9m myth
1 parent 2b7820a commit 32f4eda

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

doc/d9m/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ topic.
3535

3636
## Myths About Determinism
3737

38-
MYTH: **"You just have to set the seeds"**
38+
MYTH: **"You just have to set the seeds."**
3939

4040
FACT: Setting the seeds of the various pseudo-random number generators in a
4141
software system, which is another way of saying reproducibly resetting the
@@ -49,8 +49,9 @@ algorithms is the most commonly occuring and often the hardest to address. It
4949
has required significant additional software development effort in the deep
5050
learning frameworks to provide this functionality.
5151

52-
MYTH: **"Setting the seeds is not enough, so there must be a seed somewhere
53-
that's not getting set."**
52+
MYTH: **"I already set all the seeds I know about, but there is still
53+
nondeterminism, so there must be another seed somewhere that isn't
54+
getting set."**
5455

5556
FACT: This is an extension of the previous assumption that obtaining
5657
determinism is only about setting seeds. After setting all the seeds,

0 commit comments

Comments
 (0)