Get trouble with Local mode using SageMaker Debugger #2449
Unanswered
chaeeon-lim
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Abstract
I'm trying to test SageMaker Debugger examples in 'local mode' from amazon-sagemaker-examples. I'm trying to see the same debugging result in 'local mode' with AWS SageMaker Notebook instance.
What i've done
I put a few lines in one of the examples to use it in 'local mode' referenced from amazon-sagemaker-local-mode-example. The example is tf-mnist-builtin-rule.ipynb.
Commented line is original code in the example
Problem:
I can't see debugging report in realtime unlike AWS SageMaker Notebook instance.
The example said
wait=false
option (see the figure) makes notebook proceed though it is still running but not working in 'local mode'.Question:
I tried to use the 'Thread' built-in function to make it work concurrently, however, the estimator was not updated until the thread.
Any idea make
wait=False
option working in 'local mode'?Thanks for reading.
Beta Was this translation helpful? Give feedback.
All reactions