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

Bumped version, to incorporate test fixes #562

Closed mariumof closed 2 years ago

mariumof commented 2 years ago

Description of changes:

Style and formatting:

I have run pre-commit install && pre-commit run --all-files 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-commenter commented 2 years ago

Codecov Report

Merging #562 (8f81511) into master (f7744e7) will decrease coverage by 18.45%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #562       +/-   ##
===========================================
- Coverage   72.56%   54.11%   -18.46%     
===========================================
  Files         127      117       -10     
  Lines       11171    10693      -478     
===========================================
- Hits         8106     5786     -2320     
- Misses       3065     4907     +1842     
Impacted Files Coverage Δ
smdebug/_version.py 100.00% <100.00%> (ø)
smdebug/mxnet/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
smdebug/rules/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
smdebug/mxnet/singleton_utils.py 0.00% <0.00%> (-100.00%) :arrow_down:
smdebug/rules/action/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
smdebug/rules/action/action.py 0.00% <0.00%> (-91.84%) :arrow_down:
smdebug/core/reader.py 0.00% <0.00%> (-85.19%) :arrow_down:
smdebug/rules/rule.py 0.00% <0.00%> (-82.36%) :arrow_down:
smdebug/rules/action/message_action.py 0.00% <0.00%> (-81.93%) :arrow_down:
smdebug/mxnet/hook.py 0.00% <0.00%> (-80.30%) :arrow_down:
... and 74 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 f7744e7...8f81511. Read the comment docs.