supply permuted config to wandb on sweep

This commit is contained in:
2023-07-12 18:20:21 +02:00
parent 47c0b7b2c8
commit eddc5e6092
+1 -1
View File
@@ -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)