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

Mark PT 1.11.0 as supported #567

Closed MZSHAN closed 2 years ago

MZSHAN 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 #567 (f3dae05) into master (2c8fb13) will decrease coverage by 3.32%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #567      +/-   ##
==========================================
- Coverage   72.56%   69.24%   -3.33%     
==========================================
  Files         127      117      -10     
  Lines       11171    10693     -478     
==========================================
- Hits         8106     7404     -702     
- Misses       3065     3289     +224     
Impacted Files Coverage Δ
smdebug/_version.py 100.00% <100.00%> (ø)
smdebug/pytorch/utils.py 54.16% <100.00%> (ø)
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:
smdebug/mxnet/hook.py 0.00% <0.00%> (-80.30%) :arrow_down:
smdebug/rules/action/message_action.py 13.25% <0.00%> (-68.68%) :arrow_down:
smdebug/mxnet/collection.py 3.12% <0.00%> (-65.63%) :arrow_down:
smdebug/rules/action/action.py 30.61% <0.00%> (-61.23%) :arrow_down:
smdebug/tensorflow/reductions.py 0.00% <0.00%> (-47.06%) :arrow_down:
smdebug/rules/action/stop_training_action.py 15.62% <0.00%> (-39.07%) :arrow_down:
... and 31 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 2c8fb13...f3dae05. Read the comment docs.