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

ModuleNotFoundError #13

Closed rhyspang closed 6 years ago

rhyspang commented 6 years ago

hi, First of all, thanks for working on this repository. appreaciated! 👍

When I use 'simple_tensorflow_serving model_base_path="./models/tensorflow_template_application_model"', I got an error : from gen_client import gen_client ModuleNotFoundError: No module named 'gen_client'

I cannot tell why this error happened, looking forward to your reply!

tobegit3hub commented 6 years ago

This has been fixed by https://github.com/tobegit3hub/simple_tensorflow_serving/pull/20 .