Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Sagemaker Debugger with HPO #325

Open
tvkpz opened this issue Aug 11, 2020 · 1 comment
Open

Sagemaker Debugger with HPO #325

tvkpz opened this issue Aug 11, 2020 · 1 comment
Labels
FAQ frequently asked questions question Further information is requested

Comments

@tvkpz
Copy link

tvkpz commented Aug 11, 2020

Can you please confirm if Sagemaker Debugger works with HPO. I get errors when the code that works perfectly fine with SM script mode fails when extended to HPO.

FileNotFoundError: [Errno 2] No such file or directory: '/opt/ml/input/config/debughookconfig.json'

@Vikas-kum
Copy link
Contributor

Currently we dont have SageMaker Debugger support with HPO.

But if you wish to use smdebug and has training running in internet mode, you can create smdebug hook in training script and provide s3 path in out_dir like : s3://bucket_name/some_unique_prefix/
https://github.com/awslabs/sagemaker-debugger/blob/master/docs/api.md#hook-from-python-constructor

@Vikas-kum Vikas-kum added FAQ frequently asked questions question Further information is requested labels Aug 12, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
FAQ frequently asked questions question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants