Update multi_node_cluster_auto_slurm.py

This commit is contained in:
William Falcon 2019-09-09 10:53:47 -04:00 committed by GitHub
parent 506d5da68b
commit 3393086cb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ def main(hparams, cluster):
name=hyperparams.experiment_name,
save_dir=hyperparams.test_tube_save_path,
autosave=False,
version=hparams.hpc_exp_number, # match the slurm job version number
description='test demo'
)