【问题标题】:tensorflow-serving-apis - cannot find python documentationtensorflow-serving-apis - 找不到 python 文档
【发布时间】:2019-05-28 08:20:56
【问题描述】:

我一直在尝试使用 tensorflow 服务来服务模型并使用 tensorflow-serving-api,如下所述:https://github.com/tensorflow/serving/tree/master/tensorflow_serving/apis 我正在使用 python 并尽我所能尝试,我找不到该包的文档。 pypi page 重定向 here(张量流服务),其中不包含 python 客户端包装器的文档。这个地方也没有https://www.tensorflow.org/serving/api_docs/cc/

谁能指出我正确的方向?

【问题讨论】:

    标签: python api tensorflow tensorflow-serving


    【解决方案1】:

    用于 python 的 Tensorflow 服务 API 没有很好地记录。最简单的解决方案是通过他们在下面提供的示例。代码很简单

    https://github.com/tensorflow/serving/tree/master/tensorflow_serving/example

    您还可以查看下面的博客,这些博客解释了通过 gRCP 提供的服务。

    https://medium.freecodecamp.org/how-to-deploy-tensorflow-models-to-production-using-tf-serving-4b4b78d41700

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2020-03-25
      • 2017-07-15
      • 1970-01-01
      • 2016-12-20
      • 1970-01-01
      • 2018-08-03
      • 1970-01-01
      • 2017-10-24
      相关资源
      最近更新 更多