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

Support the native Caffe2 inference service #6

Closed tobegit3hub closed 6 years ago

tobegit3hub commented 6 years ago

It would be not hard to extend AbstractInferenceService for Caffe2 backend. Refer to the code of MXNet support in https://github.com/tobegit3hub/simple_tensorflow_serving/blob/master/simple_tensorflow_serving/mxnet_inference_service.py .

tobegit3hub commented 6 years ago

It is supported with ONNX format and close it now.