我正在尝试在Node.js中创建客户端以通过gRPC使用Tensorflow Serving服务器。我希望使用需要预测请求的gRPC的预测API。
到目前为止,我已经使用了protoc将protos编译为JS。所有的原型都经过编译并保持应有的整洁。
predict_pb.js
的代码与此处相同:
https://github.com/raghavanand98/tf-serving-js-web/blob/master/tensorflow_serving/apis/predict_pb.js
如何发出要在Prediction Service中使用的Predict请求?