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

Missing then #571

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 #571 (7566568) into master (df17976) will increase coverage by 3.18%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #571      +/-   ##
==========================================
+ Coverage   68.62%   71.81%   +3.18%     
==========================================
  Files         117      117              
  Lines       10693    10693              
==========================================
+ Hits         7338     7679     +341     
+ Misses       3355     3014     -341     
Impacted Files Coverage Δ
...profiler/analysis/utils/profiler_data_to_pandas.py 36.98% <0.00%> (+0.91%) :arrow_up:
...ug/profiler/analysis/utils/pandas_data_analysis.py 98.42% <0.00%> (+1.05%) :arrow_up:
smdebug/profiler/python_profile_utils.py 81.15% <0.00%> (+1.44%) :arrow_up:
...rofiler/analysis/notebook_utils/timeline_charts.py 4.09% <0.00%> (+4.09%) :arrow_up:
smdebug/core/reductions.py 93.47% <0.00%> (+4.34%) :arrow_up:
smdebug/mxnet/utils.py 18.75% <0.00%> (+18.75%) :arrow_up:
smdebug/mxnet/graph.py 22.58% <0.00%> (+22.58%) :arrow_up:
smdebug/core/modes.py 85.00% <0.00%> (+30.00%) :arrow_up:
smdebug/rules/action/stop_training_action.py 54.68% <0.00%> (+42.18%) :arrow_up:
...iler/analysis/utils/pytorch_dataloader_analysis.py 44.94% <0.00%> (+44.94%) :arrow_up:
... and 6 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 df17976...7566568. Read the comment docs.