gpt4 book ai didi

linux - Tensorflow 服务 Git 存储库过时了吗? Tensorflow 文件夹不存在

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:36:18 25 4
gpt4 key购买 nike

我正在尝试按照说明创建 Tensorflow 服务器。 docker build 命令起作用,它之后的 docker run 命令也起作用。但是,当我尝试 cd 进入 serving/tensorflow 时,它告诉我文件不存在。事实上,“ls”命令显示服务目录包含一个 tensorflow_server 目录,但没有 tensorflow 目录。

似乎在 2018 年 1 月 29 日完成了一个新的 Git 版本,从功能上从存储库中删除了 tensorflow 和 tf_models 子模块。但是,没有对 Tensorflow Serving 文档和教程进行串联更新,这些文档和教程现在都显得陈旧。下面进一步描述我遇到的问题。我的问题是如何解决这个问题,以便我可以运行官方教程中的 inception-V3 消息传递示例?

环境信息:

lsb_release -a >>
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.2 LTS
Release: 16.04
Codename: xenial

一些可重现的代码:

克隆 repo 没有明显问题:

:~$ git clone --recursive https://github.com/tensorflow/serving
Cloning into 'serving'...
Checking connectivity... done.

执行 docker build 命令,没有明显问题:

~/serving$ docker build --pull -t $USER/tensorflow-serving-devel -f     tensorflow_serving/tools/docker/Dockerfile.devel .
Sending build context to Docker daemon 6.178MB
Step 1/9 : FROM ubuntu:16.04 ...
Step 6/9 : ENV BAZEL_VERSION 0.5.4 ...
Successfully built
Successfully tagged ../tensorflow-serving-devel:latest

执行 docker run 命令,没有明显问题:

~/serving$ docker run --name=tensorflow_container -it $USER/tensorflow-    serving-devel
root@26f2fg3e417:/#

从 Docker 容器中克隆的 repo 没有明显问题:

root@26f2fg3e417:/# git clone --recursive https://github.com/tensorflow      /serving
Cloning into 'serving'...
remote: Counting objects: 6130, done.
remote: Compressing objects: 100% (91/91), done.
remote: Total 6130 (delta 85), reused 103 (delta 59), pack-reused 5977
Receiving objects: 100% (6130/6130), 2.38 MiB | 0 bytes/s, done.
Resolving deltas: 100% (4358/4358), done.
Checking connectivity... done.

尝试 cd 到 serving/tensorflow 是有问题的!:

:/# cd serving/tensorflow
bash: root@26f2fg3e417:/#: No such file or directory

-ls 输出:

root@...:/# ls
bazel boot etc lib media opt root sbin srv tmp var
bin dev home lib64 mnt proc run serving sys usr

cd 服务,然后 ls:

/serving# ls
AUTHORS LICENSE RELEASE.md tensorflow_serving
CONTRIBUTING.md README.md WORKSPACE tools

最佳答案

感谢您的回复。以上建议对我不起作用。

幸运的是,来自 GitHub 的 zf109 的以下回答有效:

you can try manually clone it:

cd /serving && git clone --recursive https://github.com/tensorflow/tensorflow.git

not sure if that helps but it solves my problem :)

参见:https://github.com/tensorflow/serving/issues/755

关于linux - Tensorflow 服务 Git 存储库过时了吗? Tensorflow 文件夹不存在,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48608546/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com