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

check file exist before moving #364

Closed Vikas-kum closed 4 years ago

Vikas-kum commented 4 years ago

Description of changes:

https://github.com/awslabs/sagemaker-debugger/issues/363

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

Codecov Report

Merging #364 into master will decrease coverage by 0.71%. The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #364      +/-   ##
==========================================
- Coverage   86.19%   85.47%   -0.72%     
==========================================
  Files          86       86              
  Lines        6482     6485       +3     
==========================================
- Hits         5587     5543      -44     
- Misses        895      942      +47     
Impacted Files Coverage Δ
smdebug/core/access_layer/file.py 96.00% <33.33%> (-4.00%) :arrow_down:
smdebug/core/singleton_utils.py 85.29% <0.00%> (-11.77%) :arrow_down:
smdebug/exceptions.py 67.53% <0.00%> (-11.69%) :arrow_down:
smdebug/mxnet/collection.py 76.66% <0.00%> (-6.67%) :arrow_down:
smdebug/core/reduction_config.py 88.31% <0.00%> (-5.20%) :arrow_down:
smdebug/core/tfrecord/record_writer.py 95.00% <0.00%> (-5.00%) :arrow_down:
smdebug/core/logger.py 66.12% <0.00%> (-4.84%) :arrow_down:
smdebug/analysis/utils.py 66.66% <0.00%> (-4.45%) :arrow_down:
smdebug/core/hook_utils.py 91.30% <0.00%> (-4.35%) :arrow_down:
smdebug/core/tfevent/event_file_writer.py 96.25% <0.00%> (-3.75%) :arrow_down:
... and 9 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 e20495b...f5c0a8c. Read the comment docs.