Skip to content

Commit 2dcadd7

Browse files
committed
Merge branch 'doc_fix' of github.com:daniellepintz/pytorch-lightning into doc_fix
2 parents d0c4867 + 45ffb26 commit 2dcadd7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/common/lightning_module.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ The matching pseudocode is:
268268
Training with DataParallel
269269
~~~~~~~~~~~~~~~~~~~~~~~~~~
270270
When training using an `accelerator` that splits data from each batch across GPUs, sometimes you might
271-
need to aggregate them on the master GPU for processing (dp, or ddp2).
271+
need to aggregate them on the main GPU for processing (dp, or ddp2).
272272

273273
In this case, implement the `training_step_end` method
274274

@@ -380,7 +380,7 @@ If you need to do something with all the outputs of each `validation_step`, over
380380
Validating with DataParallel
381381
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
382382
When training using an `accelerator` that splits data from each batch across GPUs, sometimes you might
383-
need to aggregate them on the master GPU for processing (dp, or ddp2).
383+
need to aggregate them on the main GPU for processing (dp, or ddp2).
384384

385385
In this case, implement the `validation_step_end` method
386386

docs/source/extensions/callbacks.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ on_keyboard_interrupt
396396
:noindex:
397397

398398
on_exception
399-
^^^^^^^^^^^^^^^^^^^^^
399+
^^^^^^^^^^^^
400400

401401
.. automethod:: pytorch_lightning.callbacks.Callback.on_exception
402402
:noindex:

0 commit comments

Comments
 (0)