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

Handle Deprecation Of experimental_ref api #356

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 #356 into master will decrease coverage by 0.91%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #356      +/-   ##
==========================================
- Coverage   82.81%   81.90%   -0.92%     
==========================================
  Files          86       86              
  Lines        6478     6482       +4     
==========================================
- Hits         5365     5309      -56     
- Misses       1113     1173      +60     
Impacted Files Coverage Δ
smdebug/tensorflow/keras.py 59.61% <0.00%> (-20.32%) :arrow_down:
smdebug/core/singleton_utils.py 79.41% <0.00%> (-5.89%) :arrow_down:
smdebug/tensorflow/tensor_ref.py 85.48% <0.00%> (-1.62%) :arrow_down:
smdebug/core/json_config.py 95.93% <0.00%> (-0.82%) :arrow_down:
smdebug/core/hook.py 91.66% <0.00%> (-0.80%) :arrow_down:
smdebug/tensorflow/base_hook.py 75.39% <0.00%> (-0.80%) :arrow_down:
smdebug/core/reductions.py 91.30% <0.00%> (ø)
smdebug/trials/trial.py 96.82% <0.00%> (+0.28%) :arrow_up:
smdebug/core/utils.py 84.03% <0.00%> (+0.46%) :arrow_up:
... and 10 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 a5f48be...ec3362b. Read the comment docs.