简体   繁体   English

Tensorflow 服务应该克隆到哪里?

[英]Where should Tensorflow serving be cloned to?

I've installed Tensorflow but now wish to productionize my model.我已经安装了 Tensorflow,但现在希望生产我的模型。

So I'm trying to follow this guide:所以我正在尝试遵循本指南:

https://github.com/tensorflow/serving/blob/master/tensorflow_serving/g3doc/setup.md https://github.com/tensorflow/serving/blob/master/tensorflow_serving/g3doc/setup.md

Does Tensorflow serving run along side Tensor flow? Tensorflow 服务是否沿着侧边 Tensor Flow 运行?

If so where should I clone the the repo to so that the packages can be seen on the python library path please?如果是这样,我应该将 repo 克隆到哪里,以便可以在 python 库路径上看到这些包?

Many thanks.非常感谢。

This has not been developed as of 03/13/2017.截至 2017 年 3 月 13 日,这尚未开发。 See this issue .看到这个问题 It says there has not been a binary release of tensorflow serving yet so the only way you can import the packages is by cloning the repo and doing development inside of the cloned project.它说还没有 tensorflow 服务的二进制版本,所以导入包的唯一方法是克隆 repo 并在克隆的项目内进行开发。

To answer your question about serving running alongside Tensorflow: the tensorflow module inside of serving is the tensorflow project, so basically tensorflow_serving comes with its own tensorflow.回答有关与 Tensorflow 一起运行的服务的问题:serving 中的 tensorflow 模块是 tensorflow 项目,因此基本上 tensorflow_serving 带有自己的 tensorflow。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM