Skip to content

Commit

Permalink
Store command name as user attr in trial.
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestum committed Feb 27, 2024
1 parent 80edc62 commit 9bb89c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tuning/hp_search_spaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def __call__(

trial.set_user_attr("config_updates", config_updates)
trial.set_user_attr("named_configs", named_configs)
trial.set_user_attr("command_name", self.command_name)

experiment: sacred.Experiment = self.sacred_ex
result = experiment.run(
Expand Down

0 comments on commit 9bb89c9

Please sign in to comment.