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

Generate report #541

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 #541 (eaff884) into master (6903873) will decrease coverage by 1.66%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #541      +/-   ##
==========================================
- Coverage   75.53%   73.86%   -1.67%     
==========================================
  Files         127      117      -10     
  Lines       10917    10591     -326     
==========================================
- Hits         8246     7823     -423     
- Misses       2671     2768      +97     
Impacted Files Coverage Δ
...iler/analysis/utils/pytorch_dataloader_analysis.py 0.00% <0.00%> (-44.95%) :arrow_down:
smdebug/pytorch/utils.py 46.51% <0.00%> (-37.21%) :arrow_down:
smdebug/core/modes.py 55.00% <0.00%> (-30.00%) :arrow_down:
smdebug/core/reduction_config.py 88.31% <0.00%> (-7.80%) :arrow_down:
smdebug/profiler/hvd_trace_file_rotation.py 89.39% <0.00%> (-4.55%) :arrow_down:
smdebug/core/reductions.py 89.13% <0.00%> (-4.35%) :arrow_down:
...rofiler/analysis/notebook_utils/timeline_charts.py 0.00% <0.00%> (-4.10%) :arrow_down:
smdebug/mxnet/collection.py 73.33% <0.00%> (-3.34%) :arrow_down:
smdebug/core/logger.py 76.38% <0.00%> (-2.78%) :arrow_down:
smdebug/profiler/python_profile_utils.py 81.15% <0.00%> (-1.45%) :arrow_down:
... and 15 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 6903873...eaff884. Read the comment docs.