Issue with Reproducibility #6017
Unanswered
oykueravci
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Could you specify |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently working on a project where I am using Optuna for hyperparameter optimization. To ensure reproducibility, I have set random seeds in various parts of the project. However, I have noticed that when I run the optimization process multiple times, Optuna prunes different trials each time, even though it evaluates the same hyperparameters.
I am using the Hyperband pruner with max_resources='auto'. I suspect that this might be causing the issue. Could any of you please clarify the following point:
Does Optuna use a different number of resources for each trial when max_resources is set to 'auto'?
Understanding these details will help me ensure that the optimization process is fully reproducible.
Beta Was this translation helpful? Give feedback.
All reactions