Typo fix in upgrade from 1.9.x to 2.0 docs: `use_distributed_sample`-> `use_distributed_sampler` (#17113)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
This commit is contained in:
parent
30322884be
commit
8074219f02
|
@ -39,7 +39,7 @@
|
|||
- #16745 #16745
|
||||
|
||||
* - used Trainer’s flag ``replace_sampler_ddp``
|
||||
- use ``use_distributed_sample``; the sampler gets created not only for the DDP strategies
|
||||
- use ``use_distributed_sampler``; the sampler gets created not only for the DDP strategies
|
||||
-
|
||||
|
||||
* - relied on the ``on_tpu`` argument in ``LightningModule.optimizer_step`` hook
|
||||
|
|
Loading…
Reference in New Issue