Skip to content

Commit

Permalink
linted
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Mar 5, 2020
1 parent 09b8c16 commit 8555961
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pytorch_lightning/core/saving.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def on_hpc_load(self, checkpoint: Dict[str, Any]) -> None:
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}.')
Expand Down

0 comments on commit 8555961

Please sign in to comment.