Fix references in confifgs were resolved from wrong experiment
This commit is contained in:
parent
f14e877fbd
commit
99769e11b3
@ -332,6 +332,7 @@ class Slate():
|
|||||||
|
|
||||||
def _run_single(self, orig_config, rep_ids, p_ind):
|
def _run_single(self, orig_config, rep_ids, p_ind):
|
||||||
print(f'[P{p_ind}] I will work on reps {rep_ids}')
|
print(f'[P{p_ind}] I will work on reps {rep_ids}')
|
||||||
|
self._config = orig_config
|
||||||
runnerName = self.consume(orig_config, 'runner')
|
runnerName = self.consume(orig_config, 'runner')
|
||||||
project = self.consume(orig_config, 'wandb.project', orig_config.get('project', orig_config.get('name')))
|
project = self.consume(orig_config, 'wandb.project', orig_config.get('project', orig_config.get('name')))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user