Fixing Bugs

This commit is contained in:
Dominik Moritz Roth 2023-07-06 23:14:54 +02:00
parent 55617fece4
commit beb2c50979

View File

@ -164,7 +164,7 @@ class Slate():
def run_single(self, config):
runnerName, wandbC = self.consume(config, 'runner'), self.consume(config, 'wandb', {})
runner = Runners[runnerName]
runner = self.runners[runnerName]
with wandb.init(
project=self.consume(wandbC, 'project'),