From 0ac38ac9dd9f0714c6bb74866577b2bf2c7ae2a8 Mon Sep 17 00:00:00 2001 From: Thalita F Drumond <thalita.firmo-drumond@inria.fr> Date: Fri, 24 Mar 2017 16:08:36 +0100 Subject: [PATCH] changed default of num_cores to 0 (system decides, see tf doc) --- experiment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiment.py b/experiment.py index 65138d2..d5716f1 100755 --- a/experiment.py +++ b/experiment.py @@ -41,7 +41,7 @@ def run_config_params(): seed = 1406182976 run_params = dict( master=None, - num_cores=3, + num_cores=0, # If 0, the system picks an appropriate number (default: 0) log_device_placement=False, gpu_memory_fraction=0.75, tf_random_seed=seed, -- GitLab