linted
This commit is contained in:
parent
09b8c16f7e
commit
85559611e8
|
@ -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}.')
|
||||||
|
|
Loading…
Reference in New Issue