Few typo correction (#2011)

This commit is contained in:
Yassine Alouini 2020-05-31 06:39:56 +02:00 committed by GitHub
parent fdbbe96825
commit d8dc0a7228
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ main.py file this way
main(args)
So you can run it like so:distributed_backend
So you can run it like so:
.. code-block:: bash
@ -111,7 +111,7 @@ and set ``deterministic``` flag in ``Trainer``.
.. code-block:: python
from pytorch-lightning import Trainer, seed_everything
from pytorch_lightning import Trainer, seed_everything
seed_everything(42)
# sets seeds for numpy, torch, python.random and PYTHONHASHSEED.