cmars / tfclient

tensorflow_serving inception gRPC client
Apache License 2.0
12 stars 3 forks source link

Add instructions to generate proto files #1

Closed tobegit3hub closed 7 years ago

tobegit3hub commented 7 years ago

tfclient is the great project to learn how to request TensorFlow serving in golang.

Can you provide the instructions to compile and generate the proto files? Now we can only use the generated go files and we want to compile by ourselves when the protobuf changes.

cmars commented 7 years ago

The recently contributed build-protoc-sh satisfies this by automating it.