Skip to content

Commit 38d68ad

Browse files
Bram Vanroyfacebook-github-bot
authored andcommitted
Update randomness.rst (#21337)
Summary: Following [this question on the forums](https://discuss.pytorch.org/t/reproducibility-and-performance/46504), I propose the following doc change. It clarifies that 'performance reduction' concerns the processing speed (and not the training accuracy). Related website commit: pytorch/pytorch.github.io#211 Pull Request resolved: #21337 Differential Revision: D15622151 Pulled By: soumith fbshipit-source-id: f0edeb20049f2ee715c400e7c57abb966864d621
1 parent ae42a11 commit 38d68ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/notes/randomness.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ When running on the CuDNN backend, two further options must be set::
4545

4646
.. warning::
4747

48-
Deterministic mode can have a performance impact, depending on your model.
48+
Deterministic mode can have a performance impact, depending on your model. This means that due to the deterministic nature of the model, the processing speed (i.e. processed batch items per second) can be lower than when the model is non-deterministic.
4949

5050
Numpy
5151
.....

0 commit comments

Comments
 (0)