wandb tweaks

This commit is contained in:
Dominik Moritz Roth 2023-07-09 18:06:06 +02:00
parent a9bde894b8
commit 4efa081d73

View File

@ -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: