File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pytorch_lightning/plugins/training_type Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ def setup_models_and_optimizers(
6666 ) -> Tuple [List [Module ], List [Optimizer ]]:
6767 """Setup multiple models and multiple optimizers together.
6868
69- The returned objects are expected to be in the same order they were passed in.
70- The default implementation will call :meth:`setup_model` and :meth:`setup_optimizer` on the input lists.
69+ The returned objects are expected to be in the same order they were passed in. The default implementation will
70+ call :meth:`setup_model` and :meth:`setup_optimizer` on the input lists.
7171 """
7272 # TODO (@awaelchli): standardize this across all plugins in Lightning and Lite
7373 models = [self .setup_model (model ) for model in models ]
You can’t perform that action at this time.
0 commit comments