tobegit3hub / simple_tensorflow_serving

Generic and easy-to-use serving service for machine learning models
https://stfs.readthedocs.io
Apache License 2.0
757 stars 193 forks source link

Illegal instruction (core dumped) #4

Closed codman19 closed 6 years ago

codman19 commented 6 years ago

run in open statck centos:

python server.py Illegal instruction (core dumped)

tobegit3hub commented 6 years ago

What is the version of Python are you using? @crius79

tobegit3hub commented 6 years ago

I'm pretty sure it is related to your environment. Can you try this with docker image or your local environment?

codman19 commented 6 years ago

python 2.7.5.

The same version in my VirtualBox virtual machine, in which it works well.

Maybe it relates some CPU issue unknown, because it uses the bin file which not compiles for the dedicated machine environment.

I will not focus on this issue, since successfully compiled the Tensorflow Serving and connected well with my Golang client code.

Anyway, thanks a lot for your great work .

It provides useful log information, compared with logs in our output code helped me debug the Golang client input code.

tobegit3hub commented 6 years ago

Thanks for your usage if it helps. It is great to provide more useful information and feel free to make contribution for this project 😃