Skip to content

Commit

Permalink
Fix incumbent tblogger bug
Browse files Browse the repository at this point in the history
  • Loading branch information
TarekAbouChakra committed Jul 2, 2024
1 parent c3dc988 commit 7b5ca2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neps/plot/tensorboard_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def _initiate_internal_configurations() -> None:
# on this object, OR even just use `get_in_process_trial()` in each call directly.
tblogger.config_working_directory = trial.pipeline_dir
tblogger.config_previous_directory = trial.disk.previous_pipeline_dir
tblogger.optimizer_dir = trial.disk.optimization_dir
tblogger.optimizer_dir = trial.disk.optimization_dir.parent
tblogger.config = trial.config

@staticmethod
Expand Down

0 comments on commit 7b5ca2f

Please sign in to comment.