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 e50e59c commit e73461cCopy full SHA for e73461c
pytorch_lightning/trainer/connectors/env_vars_connector.py
@@ -18,7 +18,7 @@
18
from pytorch_lightning.utilities.argparse import get_init_arguments_and_types, parse_env_variables
19
20
21
-def defaults_from_env_vars(fn: Callable) -> Callable:
+def _defaults_from_env_vars(fn: Callable) -> Callable:
22
"""
23
Decorator for :class:`~pytorch_lightning.trainer.trainer.Trainer` methods for which
24
input arguments should be moved automatically to the correct device.
0 commit comments