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

Support TF 2.3 Tests #312

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #312      +/-   ##
==========================================
- Coverage   85.70%   84.36%   -1.34%     
==========================================
  Files          86       86              
  Lines        6352     6352              
==========================================
- Hits         5444     5359      -85     
- Misses        908      993      +85     
Impacted Files Coverage Δ
smdebug/core/modes.py 55.00% <0.00%> (-45.00%) :arrow_down:
smdebug/mxnet/graph.py 25.80% <0.00%> (-22.59%) :arrow_down:
smdebug/core/tfrecord/record_reader.py 78.00% <0.00%> (-22.00%) :arrow_down:
smdebug/core/access_layer/utils.py 77.27% <0.00%> (-15.16%) :arrow_down:
smdebug/core/logger.py 66.12% <0.00%> (-12.91%) :arrow_down:
smdebug/exceptions.py 71.01% <0.00%> (-8.70%) :arrow_down:
smdebug/core/hook_utils.py 91.30% <0.00%> (-8.70%) :arrow_down:
smdebug/core/tfevent/summary.py 81.35% <0.00%> (-8.48%) :arrow_down:
smdebug/core/tfevent/index_file_writer.py 92.72% <0.00%> (-7.28%) :arrow_down:
smdebug/core/access_layer/base.py 64.28% <0.00%> (-7.15%) :arrow_down:
... and 9 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 ef7f671...87c1873. Read the comment docs.