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

Pytorch Microbenchmark #516

Closed NihalHarish closed 3 years ago

NihalHarish commented 3 years ago

Description of changes:

Style and formatting:

I have run pre-commit install && pre-commit run --all-files 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 #516 (6820bf4) into master (b45b35d) will decrease coverage by 0.97%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #516      +/-   ##
==========================================
- Coverage   74.84%   73.86%   -0.98%     
==========================================
  Files         127      117      -10     
  Lines       11110    10584     -526     
==========================================
- Hits         8315     7818     -497     
+ Misses       2795     2766      -29     
Impacted Files Coverage Δ
smdebug/xgboost/utils.py 0.00% <0.00%> (-14.76%) :arrow_down:
smdebug/core/access_layer/s3.py 91.54% <0.00%> (-4.23%) :arrow_down:
smdebug/core/reader.py 85.18% <0.00%> (-3.71%) :arrow_down:
smdebug/exceptions.py 64.28% <0.00%> (-2.39%) :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/core/locations.py 86.11% <0.00%> (-1.39%) :arrow_down:
smdebug/core/tensor.py 79.03% <0.00%> (-1.21%) :arrow_down:
smdebug/xgboost/hook.py 0.00% <0.00%> (-1.06%) :arrow_down:
smdebug/pytorch/hook.py 77.88% <0.00%> (-0.65%) :arrow_down:
... and 12 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 b45b35d...6820bf4. Read the comment docs.