Open Srijstha opened 4 years ago
Hi @Srijstha, SageMaker Python SDK local mode currently does not provide tuning job functionalities. Sorry for the inconvenience.
Hi ChuyangDeng, Thank you for your quick response. I hope that the feature will be added soon so that people will benefit from using it locally.
@chuyang-deng Any news? Even running HyperparameterTuner with only one job in local would be a great help.
I have the same issue here...
Hi guys,
Any update on this?
Describe the bug Running a hyperparameter tuning job locally using a sample code as given below produces an error:
AttributeError: 'LocalSagemakerClient' object has no attribute 'create_hyper_parameter_tuning_job'
.To reproduce Use the Amazon AWS example from the link: https://github.com/aws/amazon-sagemaker-examples/tree/master/hyperparameter_tuning/keras_bring_your_own, and change instance_type to 'local'. For Hyperparameter tuning job, instead of using configurations as in the example, just use HyperparmeterTuner class as shown above.
Expected behavior I'd expect it to work without the error.
Screenshots or logs Screenshot of the error output given below.
System information A description of your system. Please provide:
Additional context Instead of using the AWS instances, trying to use the SageMaker hyperparameter tuning job locally for testing purposes.