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

Install awscli in xgboost buildspec #442

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.

NihalHarish commented 3 years ago

Updated the manual test run: https://console.aws.amazon.com/codesuite/codebuild/072677473360/projects/smdebug_xgboost_zero_code_change_build/build/smdebug_xgboost_zero_code_change_build%3A77fb6b62-0d1e-424d-80f2-78861c58eb5e?region=us-east-1

codecov-io commented 3 years ago

Codecov Report

Merging #442 (a5de00a) into master (f2d5cd3) will decrease coverage by 1.87%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #442      +/-   ##
==========================================
- Coverage   66.05%   64.18%   -1.88%     
==========================================
  Files         161      161              
  Lines       12704    12704              
==========================================
- Hits         8392     8154     -238     
- Misses       4312     4550     +238     
Impacted Files Coverage Δ
smdebug/tensorflow/keras.py 59.01% <0.00%> (-31.15%) :arrow_down:
smdebug/tensorflow/base_hook.py 70.58% <0.00%> (-13.24%) :arrow_down:
smdebug/profiler/utils.py 65.43% <0.00%> (-6.80%) :arrow_down:
smdebug/core/singleton_utils.py 79.41% <0.00%> (-5.89%) :arrow_down:
smdebug/core/locations.py 80.55% <0.00%> (-5.56%) :arrow_down:
smdebug/tensorflow/utils.py 84.28% <0.00%> (-3.34%) :arrow_down:
smdebug/core/access_layer/utils.py 83.33% <0.00%> (-3.34%) :arrow_down:
smdebug/tensorflow/tensor_ref.py 85.48% <0.00%> (-3.23%) :arrow_down:
smdebug/core/hook.py 90.34% <0.00%> (-3.04%) :arrow_down:
smdebug/core/json_config.py 93.84% <0.00%> (-2.31%) :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 f2d5cd3...a5de00a. Read the comment docs.