Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/advanced/lr_finder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ initial lr.

.. warning::
For the moment, this feature only works with models having a single optimizer.
LR Finder support for DDP is not implemented yet, it is coming soon.
LR Finder support for DDP and any of its variations is not implemented yet. It is coming soon.

----------

Expand Down
2 changes: 1 addition & 1 deletion docs/source/advanced/training_tricks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ The algorithm in short works by:
3. The found batch size is saved to either `model.batch_size` or `model.hparams.batch_size`
4. Restore the initial state of model and trainer

.. warning:: Batch size finder is not supported for DDP yet, it is coming soon.
.. warning:: Batch size finder is not yet supported for DDP or any of its variations, it is coming soon.


Advanced GPU Optimizations
Expand Down