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

framework version updates #360

Closed mchoi8739 closed 4 years ago

mchoi8739 commented 4 years ago

Description of changes:

framework version updates

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 #360 into master will increase coverage by 2.18%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #360      +/-   ##
==========================================
+ Coverage   84.42%   86.61%   +2.18%     
==========================================
  Files          86       86              
  Lines        6556     6470      -86     
==========================================
+ Hits         5535     5604      +69     
+ Misses       1021      866     -155     
Impacted Files Coverage Δ
smdebug/rules/action/stop_training_action.py 59.25% <0.00%> (-18.52%) :arrow_down:
smdebug/rules/req_tensors.py 80.55% <0.00%> (-9.73%) :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:
smdebug/rules/action/message_action.py 81.92% <0.00%> (-3.62%) :arrow_down:
smdebug/mxnet/collection.py 73.33% <0.00%> (-3.34%) :arrow_down:
smdebug/tensorflow/base_hook.py 78.96% <0.00%> (-1.59%) :arrow_down:
smdebug/pytorch/hook.py 82.40% <0.00%> (ø)
smdebug/trials/trial.py 97.11% <0.00%> (+0.28%) :arrow_up:
... and 17 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 d271fbe...ac429de. Read the comment docs.