File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
4040FACT: Setting the seeds of the various pseudo-random number generators in a
4141software 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
4949has required significant additional software development effort in the deep
5050learning 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
5556FACT: This is an extension of the previous assumption that obtaining
5657determinism is only about setting seeds. After setting all the seeds,
You can’t perform that action at this time.
0 commit comments