added multi-node locked ip search
This commit is contained in:
parent
e2c36e8714
commit
bc63bfe34b
|
@ -42,6 +42,9 @@ def main(hparams, cluster, results_dict):
|
||||||
:param hparams:
|
:param hparams:
|
||||||
:return:
|
: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
|
# 1 INIT LIGHTNING MODEL
|
||||||
# ------------------------
|
# ------------------------
|
||||||
|
|
Loading…
Reference in New Issue