mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
added multi-node locked ip search
This commit is contained in:
@@ -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
|
||||
# ------------------------
|
||||
|
||||
Reference in New Issue
Block a user