-
Notifications
You must be signed in to change notification settings - Fork 1.2k
breaking: merge v2 changes into master #1802
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
…de for v2 (#1492) As a start, this class ensures that the framework_version parameter is specified when framework classes are instantiated.
…es (#1531) This change also removes the associated serialization/deserialization code used by TensorFlowPredictor and the locally copied TFS APIs.
This change also reorganizes the TF unit tests a bit, and updates the tf_version fixture to include recent versions.
…w.model (#1541) This changes the following two classes: * sagemaker.tensorflow.serving.Model --> sagemaker.tensorflow.model.TensorFlowModel * sagemaker.tensorflow.serving.Predictor --> sagemaker.tensorflow.model.TensorFlowPredictor This commit also changes two attributes to match the other framework model classes: * FRAMEWORK_NAME --> __framework_name__ * _framework_version --> framework_version
…el_dir=False if needed (#1540)
* breaking: require framework_version, py_version for mxnet * framework_version, py_version required for framework MXNet * framework_version, py_version required for framework MXNetModel * image_name required if either framework_version or py_version None * re-order of non-default args, convention to follow entry_point * unit and integ testing updates * doc updates * ignore coverage results for py27 env due to v2 migration scripts
* small updates to docstrings * small updates to tests Co-authored-by: Chuyang <[email protected]>
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ship it
!
!
^
/ \
/___\
|= =|
| s |
| a |
| g |
| e |
| m |
| a |
| k |
| e |
| r |
| |
/|##!##|\
/ |##!##| \
/ |##!##| \
| / ^ | ^ \ |
| / ( | ) \ |
|/ ( | ) \|
(( ))
(( : ))
(( : ))
(( ))
(( ))
( )
.
.
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
!!!
4a744a1
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ship it!
___
|__ \
__ __ ) |
\ \ / // /
\ V // /_
\_/|____|
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Issue #, if available:
#1459
Description of changes:
Testing done:
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.General
Tests
unique_name_from_base
to create resource names in integ tests (if appropriate)By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.