awslabs / sagemaker-debugger

Amazon SageMaker Debugger provides functionality to save tensors during training of machine learning jobs and analyze those tensors
Apache License 2.0
161 stars 83 forks source link

Cmiyoung debugger doc #379

Closed mchoi8739 closed 3 years ago

mchoi8739 commented 4 years ago

Description of changes:

api.md

Removed SageMaker pysdk content. Added them to the Debugger API page.

README.md

Added XGBoost 1.2-1 version.


Style and formatting:

I have run pre-commit install to ensure that auto-formatting happens with every commit.

Issue number, if available

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

codecov-io commented 4 years ago

Codecov Report

Merging #379 into master will decrease coverage by 2.77%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #379      +/-   ##
==========================================
- Coverage   85.49%   82.71%   -2.78%     
==========================================
  Files          86       86              
  Lines        6514     6514              
==========================================
- Hits         5569     5388     -181     
- Misses        945     1126     +181     
Impacted Files Coverage Δ
smdebug/pytorch/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
smdebug/pytorch/singleton_utils.py 0.00% <0.00%> (-100.00%) :arrow_down:
smdebug/pytorch/collection.py 0.00% <0.00%> (-90.00%) :arrow_down:
smdebug/pytorch/hook.py 0.00% <0.00%> (-82.41%) :arrow_down:
smdebug/rules/action/stop_training_action.py 56.45% <0.00%> (-20.97%) :arrow_down:
smdebug/pytorch/utils.py 0.00% <0.00%> (-18.52%) :arrow_down:
smdebug/rules/req_tensors.py 79.16% <0.00%> (-11.12%) :arrow_down:
smdebug/core/tfevent/util.py 92.00% <0.00%> (-8.00%) :arrow_down:
smdebug/tensorflow/callable_cache.py 78.26% <0.00%> (-4.35%) :arrow_down:
smdebug/rules/action/action.py 91.83% <0.00%> (-4.09%) :arrow_down:
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update be862bd...b02159f. Read the comment docs.