sagemaker-debugger icon indicating copy to clipboard operation
sagemaker-debugger copied to clipboard

Sagemaker Debugger with HPO

Open tvkpz opened this issue 5 years ago • 1 comments

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'

tvkpz avatar Aug 11 '20 17:08 tvkpz

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 avatar Aug 12 '20 03:08 Vikas-kum