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

Bump SUPPORTED_TF_VERSION_THRESHOLD for TF2.8 #529

Closed abhinavs95 closed 2 years ago

abhinavs95 commented 2 years ago

Description of changes:

Bump SUPPORTED_TF_VERSION_THRESHOLD for TF2.8

Style and formatting:

I have run pre-commit install && pre-commit run --all-files 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 2 years ago

Codecov Report

Merging #529 (f1739b0) into master (376d6d1) will decrease coverage by 26.62%. The diff coverage is 0.00%.

:exclamation: Current head f1739b0 differs from pull request most recent head 6a3eb40. Consider uploading reports for the commit 6a3eb40 to get more accurate results

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #529       +/-   ##
===========================================
- Coverage   72.80%   46.18%   -26.63%     
===========================================
  Files         127      117       -10     
  Lines       10917    10591      -326     
===========================================
- Hits         7948     4891     -3057     
- Misses       2969     5700     +2731     
Impacted Files Coverage Δ
smdebug/tensorflow/utils.py 0.00% <0.00%> (-77.28%) :arrow_down:
smdebug/mxnet/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
smdebug/rules/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
smdebug/tensorflow/constants.py 0.00% <0.00%> (-100.00%) :arrow_down:
smdebug/mxnet/singleton_utils.py 0.00% <0.00%> (-100.00%) :arrow_down:
smdebug/rules/action/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
smdebug/tensorflow/session.py 0.00% <0.00%> (-91.87%) :arrow_down:
smdebug/rules/action/action.py 0.00% <0.00%> (-91.84%) :arrow_down:
smdebug/tensorflow/tensor_ref.py 0.00% <0.00%> (-85.49%) :arrow_down:
smdebug/core/reader.py 0.00% <0.00%> (-85.19%) :arrow_down:
... and 71 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 376d6d1...6a3eb40. Read the comment docs.