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

[draft] remove force reinstall #370

Closed NihalHarish closed 4 years ago

NihalHarish commented 4 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 4 years ago

Codecov Report

Merging #370 into master will decrease coverage by 6.65%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #370      +/-   ##
==========================================
- Coverage   85.47%   78.81%   -6.66%     
==========================================
  Files          86       86              
  Lines        6504     6504              
==========================================
- Hits         5559     5126     -433     
- Misses        945     1378     +433     
Impacted Files Coverage Δ
smdebug/xgboost/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
smdebug/xgboost/collection.py 0.00% <0.00%> (-100.00%) :arrow_down:
smdebug/xgboost/hook.py 0.00% <0.00%> (-87.72%) :arrow_down:
smdebug/xgboost/singleton_utils.py 0.00% <0.00%> (-60.00%) :arrow_down:
smdebug/xgboost/utils.py 0.00% <0.00%> (-40.44%) :arrow_down:
smdebug/tensorflow/utils.py 62.63% <0.00%> (-25.27%) :arrow_down:
smdebug/tensorflow/singleton_utils.py 83.33% <0.00%> (-16.67%) :arrow_down:
smdebug/tensorflow/callable_cache.py 69.56% <0.00%> (-13.05%) :arrow_down:
smdebug/tensorflow/keras.py 79.52% <0.00%> (-12.80%) :arrow_down:
smdebug/tensorflow/collection.py 84.53% <0.00%> (-11.35%) :arrow_down:
... and 11 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 bb8f4b9...462b4d9. Read the comment docs.

NihalHarish commented 4 years ago

@leleamol submitted a duplicate PR which I reviewed and meged.