using slurm flag to fine node nb

This commit is contained in:
William Falcon
2019-07-08 14:14:36 -04:00
parent 553223334f
commit d2a717d31e
2 changed files with 2 additions and 1 deletions
@@ -46,7 +46,6 @@ def main(hparams, cluster, results_dict):
# 1 INIT LIGHTNING MODEL
# ------------------------
print('loading model...')
print(os.environ['SLURM_SRUN_COMM_HOST'])
model = LightningTemplateModel(hparams)
print('model built')