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

Update README.md #371

Closed NihalHarish closed 4 years ago

NihalHarish commented 4 years ago

Description of changes:

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 #371 into master will decrease coverage by 6.28%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #371      +/-   ##
==========================================
- Coverage   85.47%   79.18%   -6.29%     
==========================================
  Files          86       96      +10     
  Lines        6504     6850     +346     
==========================================
- Hits         5559     5424     -135     
- Misses        945     1426     +481     
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/tensorflow/callable_cache.py 52.17% <0.00%> (-30.44%) :arrow_down:
smdebug/tensorflow/utils.py 62.63% <0.00%> (-25.27%) :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/tensorflow/singleton_utils.py 83.33% <0.00%> (-16.67%) :arrow_down:
smdebug/tensorflow/keras.py 79.52% <0.00%> (-12.80%) :arrow_down:
... and 27 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 bb8f4b9...078ee1b. Read the comment docs.