wip
This commit is contained in:
parent
15381955fa
commit
2058ee4932
@ -250,6 +250,7 @@ class Slate():
|
|||||||
print(f'[i] All threads/processes have terminated')
|
print(f'[i] All threads/processes have terminated')
|
||||||
|
|
||||||
def _init_sweep(self, config):
|
def _init_sweep(self, config):
|
||||||
|
pprint(config['sweep'])
|
||||||
if self.sweep_id == None and self.consume(config, 'sweep.enable', False):
|
if self.sweep_id == None and self.consume(config, 'sweep.enable', False):
|
||||||
sweepC = self.consume(config, 'sweep')
|
sweepC = self.consume(config, 'sweep')
|
||||||
wandbC = copy.deepcopy(config['wandb'])
|
wandbC = copy.deepcopy(config['wandb'])
|
||||||
|
Loading…
Reference in New Issue
Block a user