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

yml spec for TF2.7 #535

Closed mariumof closed 2 years ago

mariumof commented 2 years ago

Description of changes:

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 #535 (6a58df2) into master (d70679f) will decrease coverage by 28.18%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #535       +/-   ##
===========================================
- Coverage   74.50%   46.32%   -28.19%     
===========================================
  Files         127      117       -10     
  Lines       11117    10591      -526     
===========================================
- Hits         8283     4906     -3377     
- Misses       2834     5685     +2851     
Impacted Files Coverage Δ
smdebug/mxnet/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
smdebug/tensorflow/__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/collection.py 0.00% <0.00%> (-96.91%) :arrow_down:
smdebug/tensorflow/singleton_utils.py 0.00% <0.00%> (-94.12%) :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%> (-88.71%) :arrow_down:
... and 77 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 d70679f...6a58df2. Read the comment docs.