Uh oh!
There was an error while loading. Please reload this page.
feature: add TensorFlow 1.13 support - #860
Conversation
jesterhazy
commented
Jun 17, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
jesterhazy
commented
Jun 18, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| coverage run --source sagemaker -m pytest {posargs} | ||
| {env:IGNORE_COVERAGE:} coverage report --fail-under=90 --omit */tensorflow/tensorflow_serving/* | ||
| deps = .[test] | ||
| extras = test |
There was a problem hiding this comment.
With the old configuration, the dependencies were not updated for me locally. It might be my setup. this way is more reliable.
jesterhazy
commented
Jun 20, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
jesterhazy
commented
Jun 21, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
jesterhazy
commented
Jun 21, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
jesterhazy
commented
Jun 22, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
jesterhazy
commented
Jun 24, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
mvsusp
left a comment
There was a problem hiding this comment.
We need to remove the documentation about framework mode hosting. Do we need to change the deploy logic as well?
Please remove integ tests from Framework mode as well.
Uh oh!
There was an error while loading. Please reload this page.
| from sagemaker.tensorflow.model import TensorFlowModel | ||
| from sagemaker.tensorflow.serving import Model | ||
| from sagemaker.utils import get_config_value | ||
| from sagemaker.utils import get_config_value, get_short_version |
There was a problem hiding this comment.
We should avoid importing functions:
Do
fromsagemakerimportutilsinstead.
commented
Jun 24, 2019
Will do a follow up pr to fix the doc and remove unused framework mode tests. |
commented
Jun 24, 2019
Since I need to rebase my change I will just incorporate the doc change and test fix in the next revision. |
commented
Jun 24, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
commented
Jun 25, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
commented
Jun 25, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
commented
Jun 25, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
commented
Jun 25, 2019
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Issue #, if available:
Description of changes:
Merge Checklist
Put an
xin 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.