We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b15d394 commit a4315bfCopy full SHA for a4315bf
src/lightning/pytorch/trainer/trainer.py
@@ -569,7 +569,8 @@ def fit(
569
2.0.0 and if ``model`` is not :class:`~lightning.pytorch.core.LightningModule` or
570
:class:`torch._dynamo.OptimizedModule` for torch versions greater than or equal to 2.0.0 .
571
572
- For more information about multiple dataloaders, see this :ref:`section <multiple-dataloaders>`.
+ .. note::
573
+ For more information about multiple dataloaders, see this :ref:`section <multiple-dataloaders>`.
574
575
"""
576
model = _maybe_unwrap_optimized(model)
0 commit comments