Analyze data using the Debugger Python client library (original) (raw)
DocumentationAmazon SageMakerDeveloper Guide
While your training job is running or after it has completed, you can access the training data collected by Debugger using the Amazon SageMaker Python SDK and the SMDebug client library. The Debugger Python client library provides analysis and visualization tools that enable you to drill down into your training job data.
To install the library and use its analysis tools (in a JupyterLab notebook or an iPython kernel)
! pip install -U smdebug
The following topics walk you through how to use the Debugger Python tools to visualize and analyze the training data collected by Debugger.
Analyze system and framework metrics
- Access the profile data
- Plot the system metrics and framework metrics data
- Access the profiling data using the pandas data parsing tool
- Access the Python profiling stats data
- Merge timelines of multiple profile trace files
- Profiling data loaders
Opt out of the collection of Debugger usage statistics
Access the profile data
Did this page help you? - Yes
Thanks for letting us know we're doing a good job!
If you've got a moment, please tell us what we did right so we can do more of it.
Did this page help you? - No
Thanks for letting us know this page needs work. We're sorry we let you down.
If you've got a moment, please tell us how we can make the documentation better.