You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If this is a bug report, please fill out the following form in full:
System information
**OS Platform and Distribution : macOS Bigsur 11.4
TensorFlow Serving installed from (source or binary): Source (Using Docker pull tensorflow/serving)
TensorFlow Serving version: 2.13.0
Describe the problem
I want to serve realtime predictions from a pretrained model using tf serve. While I am able to use RESTful APIs and getting correct predictions, I am not able to use gRPC methods for optimising my response times.
Exact Steps to Reproduce
I tried following these approaches before raising this issue:
Trying to generate Go file using protoc -I tensorflow -I serving --go_out=vendor --go_opt=paths=source_relative --go-grpc_out=vendor --go-grpc_opt=paths=source_relative serving/tensorflow_serving/apis/prediction_service.proto
protoc --version = libprotoc 24.3
Source code / logs
I am getting the following error:
protoc-gen-go: unable to determine Go import path for "tensorflow_serving/apis/input.proto"
Please specify either:
• a "go_package" option in the .proto source file, or
• a "M" argument on the command line.
See https://developers.google.com/protocol-buffers/docs/reference/go-generated#package for more information.
I tried using M argument as specified but still faced the same issue for some other file.
Please help
The text was updated successfully, but these errors were encountered:
Bug Report
If this is a bug report, please fill out the following form in full:
System information
Describe the problem
I want to serve realtime predictions from a pretrained model using tf serve. While I am able to use RESTful APIs and getting correct predictions, I am not able to use gRPC methods for optimising my response times.
Exact Steps to Reproduce
I tried following these approaches before raising this issue:
import cycle not allowed
err #634To be precise, I am doing the following:
vendor
.My directory structure after step 3 looks like:
protoc -I tensorflow -I serving --go_out=vendor --go_opt=paths=source_relative --go-grpc_out=vendor --go-grpc_opt=paths=source_relative serving/tensorflow_serving/apis/prediction_service.proto
protoc --version = libprotoc 24.3
Source code / logs
I am getting the following error:
I tried using M argument as specified but still faced the same issue for some other file.
Please help
The text was updated successfully, but these errors were encountered: