-
Notifications
You must be signed in to change notification settings - Fork 1.2k
fix: crashing when hyperparameters are queried over estimator attached to completed script mode job #718
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ched to completed script mode job
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Hi @akorobko , Thanks for your contribution. Can you also add a unit test for this? The unit test can be added in this file: https://github.com/aws/sagemaker-python-sdk/blob/master/tests/unit/test_tf_estimator.py You can also refer to the existed attach tests. |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
@yangaws Thanks for the feedback. I have added the test for this particular case (similar to |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
The failure is not related to my fix and happening somewhere else. |
@akorobko Yep seems it's just a flaky test that times out. I will re-run your test. |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
It still fails at some distributed GPU unit test which is unrelated to my changes. |
@akorobko |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
@yangaws thanks, all checks have succeeded. |
Co-authored-by: Xinlu Tu <[email protected]> Co-authored-by: Xinlu Tu <[email protected]> @xinlutu2 feat: Close feature gaps between Python SageMaker SDK and CreateAutoMLJob API includes ENSEMBLING mode (aws#681) @xinlutu2 feature: add AutoMLStep for SageMaker Pipelines Workflows (aws#693) @xinlutu2 feature: add AutoMLStep integration test (aws#713)
Issue #, if available:
#717
Description of changes:
Do not format path if one of the components is None. In such situation we do not have any other option.
Merge Checklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.