wandb tweaks
This commit is contained in:
parent
a9bde894b8
commit
4efa081d73
@ -236,6 +236,7 @@ class Slate():
|
||||
with wandb.init(
|
||||
project=project,
|
||||
config=copy.deepcopy(config),
|
||||
reinit=True,
|
||||
settings=wandb.Settings(start_method=WANDB_START_METHOD),
|
||||
**wandbC
|
||||
) as run:
|
||||
@ -257,6 +258,7 @@ class Slate():
|
||||
|
||||
with wandb.init(
|
||||
project=project,
|
||||
reinit=True,
|
||||
settings=wandb.Settings(start_method=WANDB_START_METHOD),
|
||||
**wandbC
|
||||
) as run:
|
||||
|
Loading…
Reference in New Issue
Block a user