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 a47b621 commit 5f5f0c2Copy full SHA for 5f5f0c2
pytorch_lightning/core/lightning.py
@@ -1384,7 +1384,6 @@ def _verify_is_manual_optimization(self, fn_name):
1384
1385
@classmethod
1386
def _auto_collect_arguments(cls, frame=None) -> Tuple[Dict, Dict]:
1387
- """"""
1388
"""
1389
Collect all module arguments in the current constructor and all child constructors.
1390
The child constructors are all the ``__init__`` methods that reach the current class through
0 commit comments