【发布时间】:2020-09-18 00:15:11
【问题描述】:
我想从针对我的 cpu 优化的源代码构建张量流服务,我已按照tensorflow serving page 给出的说明进行操作。
我觉得说明没有完成。我只能找到这三行指令,我已经做到了。
git clone -b r2.3 https://github.com/tensorflow/serving.git
cd serving
tools/run_in_docker.sh -d tensorflow/serving:2.3.0-devel \
bazel build --config=nativeopt tensorflow_serving/...
所以我想知道在最后一步之后下一步该做什么?如何将它安装在我的 ubuntu 中,以便我可以使用类似 tensorflow_model_server --port=8500... 这样的命令通过终端访问它?
【问题讨论】:
标签: python-3.x tensorflow ubuntu ubuntu-18.04 tensorflow-serving