From 85dd78f3a454071b35b9f02c9d3a33008a7b2f4c Mon Sep 17 00:00:00 2001 From: William Falcon Date: Mon, 8 Jul 2019 18:32:28 -0400 Subject: [PATCH] moved sampler --- examples/new_project_templates/multi_node_cluster_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/new_project_templates/multi_node_cluster_template.py b/examples/new_project_templates/multi_node_cluster_template.py index 3e144259fd..1c226f2f85 100644 --- a/examples/new_project_templates/multi_node_cluster_template.py +++ b/examples/new_project_templates/multi_node_cluster_template.py @@ -126,7 +126,7 @@ def optimize_on_cluster(hyperparams): cluster.add_slurm_cmd(cmd='partition', value=hyperparams.gpu_partition, comment='use 32gb gpus') # run hopt - print('submitting jobs...') + # creates and submits jobs to slurm cluster.optimize_parallel_cluster_gpu( main, nb_trials=hyperparams.nb_hopt_trials,