Skip to content

Update tf serving api #181

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

Merged
merged 5 commits into from
May 11, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ CHANGELOG
* bug-fix: Change module names to string type in __all__
* bug-fix: tensorflow-serving-api: SageMaker does not conflict with tensorflow-serving-api module version
* feature: Local Mode: add support for local training data using file://
* feature: Updated TensorFlow Serving api protobuf files

1.2.4
=====
Expand Down
Empty file modified src/sagemaker/tensorflow/tensorflow_serving/apis/__init__.py
100644 → 100755
Empty file.
30 changes: 19 additions & 11 deletions src/sagemaker/tensorflow/tensorflow_serving/apis/classification_pb2.py
100644 → 100755

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions src/sagemaker/tensorflow/tensorflow_serving/apis/get_model_metadata_pb2.py
100644 → 100755

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions src/sagemaker/tensorflow/tensorflow_serving/apis/inference_pb2.py
100644 → 100755

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions src/sagemaker/tensorflow/tensorflow_serving/apis/input_pb2.py
100644 → 100755

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/sagemaker/tensorflow/tensorflow_serving/apis/model_pb2.py
100644 → 100755

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading