parent
e01190e919
commit
45a695969a
|
@ -1399,7 +1399,6 @@ class LightningModule(
|
|||
|
||||
@classmethod
|
||||
def _auto_collect_arguments(cls, frame=None) -> Tuple[Dict, Dict]:
|
||||
""""""
|
||||
"""
|
||||
Collect all module arguments in the current constructor and all child constructors.
|
||||
The child constructors are all the ``__init__`` methods that reach the current class through
|
||||
|
|
Loading…
Reference in New Issue