Skip to content
Open
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
3 changes: 2 additions & 1 deletion 10-kubernetes/02-tensorflow-serving.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ docker run -it --rm \
- -e MODEL_NAME="clothing-model" (set environment variable for docker image)
- tensorflow/serving:2.7.0 (name of the image to run)

Tensorflow uses specical serving called `gRPC` protocol which is optimized to use binary data format. We need to convert our prediction into `protobuf`.
Tensorflow uses special serving called `gRPC` protocol which is optimized to use binary data format. We need to convert our prediction into `protobuf`.


## Notes
Expand All @@ -88,3 +88,4 @@ Add notes from the video (PRs are welcome)
* [Session 10: Kubernetes and TensorFlow Serving](./)
* Previous: [Overview](01-overview.md)
* Next: [Creating a pre-processing service](03-preprocessing.md)