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

Version bump to 0.9.3 #339

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-commenter commented 4 years ago

Codecov Report

Merging #339 into master will increase coverage by 0.26%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #339      +/-   ##
==========================================
+ Coverage   85.07%   85.34%   +0.26%     
==========================================
  Files          86       86              
  Lines        6400     6400              
==========================================
+ Hits         5445     5462      +17     
+ Misses        955      938      -17     
Impacted Files Coverage Δ
smdebug/_version.py 100.00% <100.00%> (ø)
smdebug/pytorch/collection.py 90.00% <0.00%> (-3.34%) :arrow_down:
smdebug/pytorch/hook.py 80.32% <0.00%> (-0.82%) :arrow_down:
smdebug/pytorch/utils.py 43.58% <0.00%> (ø)
smdebug/tensorflow/base_hook.py 80.22% <0.00%> (+1.49%) :arrow_up:
smdebug/rules/action/message_action.py 85.54% <0.00%> (+2.40%) :arrow_up:
smdebug/mxnet/collection.py 76.66% <0.00%> (+3.33%) :arrow_up:
smdebug/tensorflow/callable_cache.py 82.60% <0.00%> (+4.34%) :arrow_up:
smdebug/rules/req_tensors.py 90.27% <0.00%> (+6.94%) :arrow_up:
smdebug/rules/action/stop_training_action.py 77.77% <0.00%> (+9.25%) :arrow_up:

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 9137958...6eb835a. Read the comment docs.