Skip to content
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

Sagemaker debugger hooks for keras unet #413

Open
shubham-scisar opened this issue Dec 16, 2020 · 0 comments
Open

Sagemaker debugger hooks for keras unet #413

shubham-scisar opened this issue Dec 16, 2020 · 0 comments

Comments

@shubham-scisar
Copy link

shubham-scisar commented Dec 16, 2020

I am utilising debugger hooks for custom model utilising keras-unet library. This library is built over tensorflow and keras.I am trying to include a debugger hook for that and I have utilised hooks as per the linkhttps://docs.aws.amazon.com/sagemaker/latest/dg/debugger-bring-your-own-container.html. I am using Tensorflow 1.15.2 inbuilt container to train my model ,while calling estimator.fit, I am getting the following error :

with open(path) as json_config_file:
 FileNotFoundError: [Errno 2] No such file or directory: '/opt/ml/input/config/debughookconfig.json'

I have already included the hook in the callbacks in the training script. Kindly guide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant