Skip to content

Commit 8074219

Browse files
saryazdicarmocca
andauthored
Typo fix in upgrade from 1.9.x to 2.0 docs: use_distributed_sample-> use_distributed_sampler (#17113)
Co-authored-by: Carlos Mocholí <[email protected]>
1 parent 3032288 commit 8074219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source-pytorch/upgrade/sections/1_9_advanced.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
- #16745 #16745
4040

4141
* - used Trainer’s flag ``replace_sampler_ddp``
42-
- use ``use_distributed_sample``; the sampler gets created not only for the DDP strategies
42+
- use ``use_distributed_sampler``; the sampler gets created not only for the DDP strategies
4343
-
4444

4545
* - relied on the ``on_tpu`` argument in ``LightningModule.optimizer_step`` hook

0 commit comments

Comments
 (0)