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

Add Support For More TF Types #330

Closed NihalHarish closed 4 years ago

NihalHarish commented 4 years ago

Description of changes:

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 #330 into master will decrease coverage by 8.06%. The diff coverage is 92.63%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #330      +/-   ##
==========================================
- Coverage   84.96%   76.90%   -8.07%     
==========================================
  Files          86       86              
  Lines        6367     6409      +42     
==========================================
- Hits         5410     4929     -481     
- Misses        957     1480     +523     
Impacted Files Coverage Δ
smdebug/core/hook.py 85.86% <73.33%> (-7.38%) :arrow_down:
smdebug/tensorflow/keras.py 79.60% <94.23%> (-13.99%) :arrow_down:
smdebug/_version.py 100.00% <100.00%> (ø)
smdebug/core/config_constants.py 100.00% <100.00%> (ø)
smdebug/core/tfevent/util.py 92.50% <100.00%> (+8.62%) :arrow_up:
smdebug/tensorflow/base_hook.py 74.62% <100.00%> (-4.00%) :arrow_down:
smdebug/tensorflow/constants.py 100.00% <100.00%> (ø)
smdebug/tensorflow/utils.py 62.63% <100.00%> (-25.14%) :arrow_down:
smdebug/mxnet/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
smdebug/mxnet/singleton_utils.py 0.00% <0.00%> (-100.00%) :arrow_down:
... and 34 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 cb45e75...d75e55a. Read the comment docs.