fix: typo spelling grammar (#13212)

* fix: typo spelling grammar

* fix: make fixup
This commit is contained in:
arfy slowy
2021-08-30 19:09:14 +07:00
committed by GitHub
parent ef83dc4f0c
commit 01977466f4
24 changed files with 32 additions and 32 deletions

View File

@@ -197,7 +197,7 @@ which should make the "stop and resume" style of training as close as possible t
However, due to various default non-deterministic pytorch settings this might not fully work. If you want full
determinism please refer to `Controlling sources of randomness
<https://pytorch.org/docs/stable/notes/randomness.html>`__. As explained in the document, that some of those settings
that make things determinstic (.e.g., ``torch.backends.cudnn.deterministic``) may slow things down, therefore this
that make things deterministic (.e.g., ``torch.backends.cudnn.deterministic``) may slow things down, therefore this
can't be done by default, but you can enable those yourself if needed.