Fixing Bugs
This commit is contained in:
parent
55617fece4
commit
beb2c50979
@ -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'),
|
||||
|
Loading…
Reference in New Issue
Block a user