sweep also takes no settings

This commit is contained in:
Dominik Moritz Roth 2023-07-27 12:54:17 +02:00
parent 4b51557501
commit e926714275

View File

@ -252,8 +252,7 @@ class Slate():
self.sweep_id = wandb.sweep(
sweep=sweepC,
project=project,
settings=wandb.Settings(start_method=self.consume(wandbC, 'start_method', DEFAULT_START_METHOD)),
project=project
)
def _run_process(self, orig_config, rep_ids, p_ind):