From c1ba7e01e8beaad79e394fb8a4d4fdc42bc0c496 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Thu, 27 Jul 2023 13:13:48 +0200 Subject: [PATCH] Revert "wip" This reverts commit 2058ee4932ceaff824515fc1a8887bae43caf0e9. --- slate/slate.py | 1 - 1 file changed, 1 deletion(-) diff --git a/slate/slate.py b/slate/slate.py index e2261bf..1a16d57 100644 --- a/slate/slate.py +++ b/slate/slate.py @@ -250,7 +250,6 @@ 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'])