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

Added public key retrieval, needed on older GPU instances #603

Closed mariumof closed 2 years ago

mariumof commented 2 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 2 years ago

Codecov Report

Merging #603 (907cdd8) into master (5d7d677) will decrease coverage by 3.23%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #603      +/-   ##
==========================================
- Coverage   72.35%   69.11%   -3.24%     
==========================================
  Files         127      117      -10     
  Lines       11195    10717     -478     
==========================================
- Hits         8100     7407     -693     
- Misses       3095     3310     +215     
Impacted Files Coverage Δ
smdebug/mxnet/singleton_utils.py 0.00% <0.00%> (-100.00%) :arrow_down:
smdebug/mxnet/hook.py 10.94% <0.00%> (-72.27%) :arrow_down:
smdebug/mxnet/collection.py 0.00% <0.00%> (-68.75%) :arrow_down:
smdebug/rules/action/message_action.py 13.25% <0.00%> (-68.68%) :arrow_down:
smdebug/rules/action/action.py 30.61% <0.00%> (-61.23%) :arrow_down:
smdebug/rules/action/stop_training_action.py 12.50% <0.00%> (-42.19%) :arrow_down:
smdebug/mxnet/graph.py 0.00% <0.00%> (-22.59%) :arrow_down:
smdebug/mxnet/utils.py 0.00% <0.00%> (-18.75%) :arrow_down:
smdebug/mxnet/__init__.py 83.33% <0.00%> (-16.67%) :arrow_down:
smdebug/pytorch/utils.py 41.66% <0.00%> (-10.42%) :arrow_down:
... and 16 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 5d7d677...907cdd8. Read the comment docs.