Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ch14.6 page 300 How to run TensorFlow Serving? #27

Open
arisliang opened this issue Mar 24, 2018 · 6 comments
Open

ch14.6 page 300 How to run TensorFlow Serving? #27

arisliang opened this issue Mar 24, 2018 · 6 comments

Comments

@arisliang
Copy link

$ ./tensorflow_model_server --port=9000 --model_base_path=./rnn_model --model_name=antispam
找不到server, #tensorlayer/text-antispam#1

bash: ./tensorflow_model_server: No such file or directory

@arisliang
Copy link
Author

After install TensorFlow Serving, the error becomes:

tensorflow_model_server: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version GLIBCXX_3.4.22' not found (required by tensorflow_model_server) tensorflow_model_server: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version CXXABI_1.3.11' not found (required by tensorflow_model_server)

@pakrchen
Copy link
Member

操作系统版本?

@arisliang
Copy link
Author

ubuntu 16.04
tensorflow 1.6

@pakrchen
Copy link
Member

是在ubuntu16.04使用bazel编译tensorflow serving成功后,在ubuntu16.04上运行tensorflow serving报的错误吗?

@arisliang
Copy link
Author

没有,我应该是直接安装binaries (https://www.tensorflow.org/serving/setup).

@pakrchen
Copy link
Member

可能他编译的环境和你的不一样,你可以试试Installing from source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants