sagemaker-debugger icon indicating copy to clipboard operation
sagemaker-debugger copied to clipboard

[Do Not Merge] Temporarily adding logic to create sagemaker client with endpoint url

Open leleamol opened this issue 5 years ago • 3 comments

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.

leleamol avatar Oct 28 '20 00:10 leleamol

Codecov Report

Merging #389 into master will decrease coverage by 20.76%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #389       +/-   ##
===========================================
- Coverage   85.49%   64.72%   -20.77%     
===========================================
  Files          86       86               
  Lines        6514     6517        +3     
===========================================
- Hits         5569     4218     -1351     
- Misses        945     2299     +1354     
Impacted Files Coverage Δ
smdebug/rules/action/stop_training_action.py 78.46% <100.00%> (+1.04%) :arrow_up:
smdebug/tensorflow/singleton_utils.py 0.00% <0.00%> (-100.00%) :arrow_down:
smdebug/tensorflow/collection.py 0.00% <0.00%> (-95.88%) :arrow_down:
smdebug/tensorflow/keras.py 0.00% <0.00%> (-92.33%) :arrow_down:
smdebug/tensorflow/tensor_ref.py 0.00% <0.00%> (-88.71%) :arrow_down:
smdebug/tensorflow/utils.py 0.00% <0.00%> (-88.33%) :arrow_down:
smdebug/tensorflow/session.py 6.25% <0.00%> (-85.58%) :arrow_down:
smdebug/tensorflow/base_hook.py 2.38% <0.00%> (-78.18%) :arrow_down:
smdebug/tensorflow/version_check.py 0.00% <0.00%> (-75.00%) :arrow_down:
smdebug/tensorflow/__init__.py 37.50% <0.00%> (-62.50%) :arrow_down:
... and 19 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 311a6f4...1ea2597. Read the comment docs.

codecov-io avatar Oct 28 '20 00:10 codecov-io

How is this logic being tested?

NihalHarish avatar Oct 28 '20 02:10 NihalHarish

How is this logic being tested?

This change we may not want to merge. It made to enable the spot training testing.

leleamol avatar Oct 28 '20 23:10 leleamol