Skip to content

Commit c6cc85f

Browse files
committed
update docstring
1 parent 5f3ede3 commit c6cc85f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pytorch_lightning/core/decorators.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ def auto_transfer_args(self, *args, **kwargs):
7171

7272
def parameter_validation(fn: Callable) -> Callable:
7373
"""
74-
Decorator for :meth:`~pytorch_lightning.core.LightningModule.to` method.
7574
Validates that the module parameter lengths match after moving to the device. It is useful
7675
when tying weights on TPU's.
7776

0 commit comments

Comments
 (0)