diff --git a/pytorch_lightning/core/saving.py b/pytorch_lightning/core/saving.py index 3058a2ba1f..c41a3205ba 100644 --- a/pytorch_lightning/core/saving.py +++ b/pytorch_lightning/core/saving.py @@ -34,7 +34,6 @@ class ModelIO(object): Hook to do whatever you need right before Slurm manager loads the model """ - def load_hparams_from_tags_csv(tags_csv: str) -> Namespace: if not os.path.isfile(tags_csv): log.warning(f'Missing Tags: {tags_csv}.')