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

typo #570

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 #570 (d47665f) into master (df17976) will decrease coverage by 9.46%. The diff coverage is n/a.

:exclamation: Current head d47665f differs from pull request most recent head 4d553d1. Consider uploading reports for the commit 4d553d1 to get more accurate results

@@            Coverage Diff             @@
##           master     #570      +/-   ##
==========================================
- Coverage   68.62%   59.16%   -9.47%     
==========================================
  Files         117      117              
  Lines       10693    10693              
==========================================
- Hits         7338     6326    -1012     
- Misses       3355     4367    +1012     
Impacted Files Coverage Δ
smdebug/core/reader.py 0.00% <0.00%> (-85.19%) :arrow_down:
smdebug/core/s3_utils.py 20.00% <0.00%> (-80.00%) :arrow_down:
smdebug/tensorflow/session.py 18.69% <0.00%> (-73.37%) :arrow_down:
smdebug/trials/s3_trial.py 40.00% <0.00%> (-60.00%) :arrow_down:
smdebug/core/reductions.py 34.78% <0.00%> (-54.35%) :arrow_down:
smdebug/rules/req_tensors.py 25.00% <0.00%> (-54.17%) :arrow_down:
smdebug/core/state_store.py 26.72% <0.00%> (-51.73%) :arrow_down:
smdebug/core/tfevent/summary.py 30.50% <0.00%> (-50.85%) :arrow_down:
smdebug/rules/rule.py 32.35% <0.00%> (-50.01%) :arrow_down:
smdebug/core/tfevent/event_file_reader.py 32.91% <0.00%> (-45.57%) :arrow_down:
... and 52 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...4d553d1. Read the comment docs.