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 195 forks source link

Keras inference #50

Closed zhenghongpeng closed 5 years ago

zhenghongpeng commented 5 years ago

Support Keras inference service?

tobegit3hub commented 5 years ago

Yes, you can export the Keras models in SavedModel format and load by simple_tensorflow_serving.

zhenghongpeng commented 5 years ago

Thanks