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

Test Updates For TF 2.4 #423

Closed NihalHarish closed 3 years ago

NihalHarish commented 3 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-io commented 3 years ago

Codecov Report

Merging #423 (801cdbd) into master (e431609) will decrease coverage by 2.50%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #423      +/-   ##
==========================================
- Coverage   77.70%   75.20%   -2.51%     
==========================================
  Files         113      113              
  Lines       10143    10143              
==========================================
- Hits         7882     7628     -254     
- Misses       2261     2515     +254     
Impacted Files Coverage Δ
smdebug/tensorflow/utils.py 64.28% <100.00%> (-23.81%) :arrow_down:
...debug/profiler/analysis/notebook_utils/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
smdebug/rules/rule_invoker.py 18.18% <0.00%> (-27.28%) :arrow_down:
smdebug/tensorflow/callable_cache.py 52.17% <0.00%> (-26.09%) :arrow_down:
smdebug/tensorflow/singleton_utils.py 83.33% <0.00%> (-16.67%) :arrow_down:
smdebug/profiler/tf_profiler_parser.py 54.54% <0.00%> (-11.58%) :arrow_down:
smdebug/tensorflow/collection.py 84.53% <0.00%> (-11.35%) :arrow_down:
smdebug/tensorflow/keras.py 78.82% <0.00%> (-11.27%) :arrow_down:
smdebug/rules/action/stop_training_action.py 56.45% <0.00%> (-9.68%) :arrow_down:
... and 18 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 e431609...801cdbd. Read the comment docs.