Fix references in confifgs were resolved from wrong experiment

This commit is contained in:
Dominik Moritz Roth 2024-08-22 20:13:34 +02:00
parent f14e877fbd
commit 99769e11b3

View File

@ -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')))