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

Filter Repeating Logs #449

Closed NihalHarish closed 3 years ago

NihalHarish commented 3 years ago

Description of changes:

Style and formatting:

I have run pre-commit install 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-io commented 3 years ago

Codecov Report

Merging #449 (0bc74c1) into master (c29e352) will decrease coverage by 11.45%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #449       +/-   ##
===========================================
- Coverage   66.74%   55.28%   -11.46%     
===========================================
  Files         161      113       -48     
  Lines       12734    10245     -2489     
===========================================
- Hits         8499     5664     -2835     
- Misses       4235     4581      +346     
Impacted Files Coverage Δ
smdebug/core/config_constants.py 100.00% <100.00%> (ø)
smdebug/core/logger.py 76.38% <100.00%> (+10.25%) :arrow_up:
smdebug/core/state_store.py 77.58% <100.00%> (-3.45%) :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/tensorflow/singleton_utils.py 0.00% <0.00%> (-100.00%) :arrow_down:
...debug/profiler/analysis/notebook_utils/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
smdebug/tensorflow/collection.py 0.00% <0.00%> (-95.88%) :arrow_down:
smdebug/tensorflow/session.py 0.00% <0.00%> (-91.83%) :arrow_down:
smdebug/tensorflow/keras.py 0.00% <0.00%> (-89.46%) :arrow_down:
... and 101 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 c29e352...0bc74c1. Read the comment docs.

NihalHarish commented 3 years ago

Checkpoints not updated. There are no checkpoint files created yet, to be updated

Do I change the level for all the logs in the file or just the one you have mentioned?