This commit is contained in:
Jirka Borovec 2020-03-05 14:54:50 +01:00 committed by GitHub
parent 09b8c16f7e
commit 85559611e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ class ModelIO(object):
Hook to do whatever you need right before Slurm manager loads the model Hook to do whatever you need right before Slurm manager loads the model
""" """
def load_hparams_from_tags_csv(tags_csv: str) -> Namespace: def load_hparams_from_tags_csv(tags_csv: str) -> Namespace:
if not os.path.isfile(tags_csv): if not os.path.isfile(tags_csv):
log.warning(f'Missing Tags: {tags_csv}.') log.warning(f'Missing Tags: {tags_csv}.')