supply permuted config to wandb on sweep
This commit is contained in:
+1
-1
@@ -296,7 +296,7 @@ class Slate():
|
||||
) as run:
|
||||
config = copy.deepcopy(orig_config)
|
||||
self.deep_update(config, wandb.config)
|
||||
run.config = copy.deepcopy(orig_config)
|
||||
run.config = copy.deepcopy(config)
|
||||
runner = Runner(self, config)
|
||||
runner.setup()
|
||||
runner.run(run)
|
||||
|
||||
Reference in New Issue
Block a user