无法在Tensorflow Serving的JS编译原型中创建“ PredictRequest”

时间:2019-01-17 08:20:05

标签: node.js tensorflow tensorflow-serving

我正在尝试在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请求?

0 个答案:

没有答案