-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Unexpected keyword argument 'strategy_config' at Session._map_tuning_config() #3452
New issue
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
Comments
Also just came across this while trying to use Hyperband strategy with the SDK - using plain |
Did you find any solution to this? |
Nope. Ended up using Bayesian Optimization instead. |
is it fixed |
here mentied strategy="Hyperband" what are all options for strategy and how to use them ? |
for sure in sagemaker source code they do have options values details, do you know how to see sagemker code? may be to install on local comp? |
This was fixed by #3516 |
Describe the bug
Fitting a Hyperband
HyperparameterTuner
setup withstrategy_config
causes error at model fit.To reproduce
Expected behavior
Successful launched of Hyperband hyperparameter tuner.
Screenshots or logs
System information
A description of your system. Please provide:
Additional context
Using the recently merged feature: #3440
The text was updated successfully, but these errors were encountered: