From 2058ee4932ceaff824515fc1a8887bae43caf0e9 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Thu, 27 Jul 2023 13:09:34 +0200 Subject: [PATCH] wip --- slate/slate.py | 1 + 1 file changed, 1 insertion(+) diff --git a/slate/slate.py b/slate/slate.py index 1a16d57..e2261bf 100644 --- a/slate/slate.py +++ b/slate/slate.py @@ -250,6 +250,7 @@ class Slate(): print(f'[i] All threads/processes have terminated') def _init_sweep(self, config): + pprint(config['sweep']) if self.sweep_id == None and self.consume(config, 'sweep.enable', False): sweepC = self.consume(config, 'sweep') wandbC = copy.deepcopy(config['wandb'])