added multi-node locked ip search

This commit is contained in:
William Falcon 2019-07-08 13:25:02 -04:00
parent e2c36e8714
commit bc63bfe34b
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@ def main(hparams, cluster, results_dict):
:param hparams:
:return:
"""
path = 'emv_' + os.environ('SLURM_CLUSTER_NAME')
os.makedirs(os.path.join(hparams.test_tube_save_path, path), exist_ok=True)
# ------------------------
# 1 INIT LIGHTNING MODEL
# ------------------------