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

Bump smdebug version to 1.0.11 #502

Closed ndodda-amazon closed 3 years ago

ndodda-amazon 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-commenter commented 3 years ago

Codecov Report

Merging #502 (9483688) into master (e5af296) will increase coverage by 17.35%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #502       +/-   ##
===========================================
+ Coverage   57.20%   74.55%   +17.35%     
===========================================
  Files         126      116       -10     
  Lines       10857    10511      -346     
===========================================
+ Hits         6211     7837     +1626     
+ Misses       4646     2674     -1972     
Impacted Files Coverage Δ
smdebug/_version.py 100.00% <100.00%> (ø)
smdebug/xgboost/utils.py 0.00% <0.00%> (-14.76%) :arrow_down:
smdebug/core/access_layer/file.py 96.00% <0.00%> (-2.00%) :arrow_down:
smdebug/core/tfrecord/tensor_reader.py 95.45% <0.00%> (-1.52%) :arrow_down:
smdebug/xgboost/hook.py 0.00% <0.00%> (-1.06%) :arrow_down:
smdebug/core/tfevent/proto/types_pb2.py
smdebug/core/tfevent/proto/resource_handle_pb2.py
smdebug/core/tfevent/proto/tensor_pb2.py
smdebug/core/tfevent/proto/versions_pb2.py
smdebug/core/tfevent/proto/tensor_shape_pb2.py
... and 64 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 e5af296...9483688. Read the comment docs.