We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When you add executions_per_trial and distribution_stategy arguments
reg_tuner = kt.tuners.SklearnTuner(oracle=kt.oracles.BayesianOptimizationOracle(objective=kt.Objective('score','max'), max_trials = max_trials), hypermodel=tunereg.myregclsmodels, scoring=scoring_,executions_per_trial=exctns_per_trial, overwrite=True, distribution_strategy=tf.distribute.MirroredStrategy(), directory=f'{pathHptLogs}', project_name=f'{something}')
To Reproduce
(https://colab.research.google.com/drive/1-XAUlX4OneNfy6ErGqyMGwmVXe-UXVh9#scrollTo=YmjNIU7Hg66G)
Expected behavior For it to work.
Additional context
ValueError: Unrecognized arguments ['distribution_strategy', 'executions_per_trial'] for BaseTuner.__init__().
BaseTuner.__init__()
Would you like to help us fix it?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When you add executions_per_trial and distribution_stategy arguments
reg_tuner = kt.tuners.SklearnTuner(oracle=kt.oracles.BayesianOptimizationOracle(objective=kt.Objective('score','max'), max_trials = max_trials), hypermodel=tunereg.myregclsmodels, scoring=scoring_,executions_per_trial=exctns_per_trial, overwrite=True, distribution_strategy=tf.distribute.MirroredStrategy(), directory=f'{pathHptLogs}', project_name=f'{something}')
To Reproduce
(https://colab.research.google.com/drive/1-XAUlX4OneNfy6ErGqyMGwmVXe-UXVh9#scrollTo=YmjNIU7Hg66G)
Expected behavior
For it to work.
Additional context
ValueError: Unrecognized arguments ['distribution_strategy', 'executions_per_trial'] for
BaseTuner.__init__()
.Would you like to help us fix it?
The text was updated successfully, but these errors were encountered: