sagemaker-debugger
sagemaker-debugger copied to clipboard
Sagemaker Debugger with HPO
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'
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