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:
Soroush Saryazdi 2023-03-17 04:16:07 -07:00 committed by GitHub
parent 30322884be
commit 8074219f02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
- #16745 #16745
* - used Trainers 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