Trying to fix bugs with config uploaded to wandb
This commit is contained in:
parent
0090d502f9
commit
db5b9ac399
@ -218,7 +218,7 @@ class Slate():
|
||||
config = copy.deepcopy(orig_config)
|
||||
with wandb.init(
|
||||
project=project,
|
||||
config=config,
|
||||
config=copy.deepcopy(config),
|
||||
**wandbC
|
||||
) as run:
|
||||
runner(self, run, config)
|
||||
|
Loading…
Reference in New Issue
Block a user