fix: sweep takes no reinit arg
This commit is contained in:
parent
160def65b2
commit
4b51557501
@ -253,7 +253,6 @@ class Slate():
|
|||||||
self.sweep_id = wandb.sweep(
|
self.sweep_id = wandb.sweep(
|
||||||
sweep=sweepC,
|
sweep=sweepC,
|
||||||
project=project,
|
project=project,
|
||||||
reinit=self.consume(wandbC, 'reinit', DEFAULT_REINIT),
|
|
||||||
settings=wandb.Settings(start_method=self.consume(wandbC, 'start_method', DEFAULT_START_METHOD)),
|
settings=wandb.Settings(start_method=self.consume(wandbC, 'start_method', DEFAULT_START_METHOD)),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user