sagemaker-debugger icon indicating copy to clipboard operation
sagemaker-debugger copied to clipboard

[Do-Not-Merge] Remove debugger checkpointing

Open NihalHarish opened this issue 4 years ago • 1 comments

Description of changes:

  • Remove debugger checkpointing capability to build a test binary.

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.

NihalHarish avatar Mar 22 '21 21:03 NihalHarish

Codecov Report

Merging #467 (b62fdd3) into master (b45b20f) will decrease coverage by 0.59%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #467      +/-   ##
==========================================
- Coverage   65.55%   64.95%   -0.60%     
==========================================
  Files         173      163      -10     
  Lines       13275    12928     -347     
==========================================
- Hits         8702     8397     -305     
+ Misses       4573     4531      -42     
Impacted Files Coverage Δ
smdebug/core/hook.py 89.94% <ø> (-3.43%) :arrow_down:
smdebug/_version.py 100.00% <100.00%> (ø)
smdebug/core/modes.py 55.00% <0.00%> (-20.00%) :arrow_down:
smdebug/xgboost/singleton_utils.py 0.00% <0.00%> (-20.00%) :arrow_down:
smdebug/trials/profiler_trial.py 24.61% <0.00%> (-18.47%) :arrow_down:
smdebug/mxnet/collection.py 73.33% <0.00%> (-16.67%) :arrow_down:
smdebug/exceptions.py 65.47% <0.00%> (-15.48%) :arrow_down:
smdebug/core/reader.py 85.18% <0.00%> (-7.41%) :arrow_down:
smdebug/tensorflow/callable_cache.py 78.26% <0.00%> (-6.53%) :arrow_down:
smdebug/core/locations.py 86.11% <0.00%> (-5.56%) :arrow_down:
... and 14 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 b45b20f...b62fdd3. Read the comment docs.

codecov-io avatar Mar 22 '21 22:03 codecov-io