Revert "wip"

This reverts commit 2058ee4932.
This commit is contained in:
Dominik Moritz Roth 2023-07-27 13:13:48 +02:00
parent 2058ee4932
commit c1ba7e01e8

View File

@ -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'])