Closed tobegit3hub closed 6 years ago
It would be not hard to extend AbstractInferenceService for PyTorch 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 .
AbstractInferenceService
It is supported with ONNX format and close it now.
It would be not hard to extend
AbstractInferenceService
for PyTorch 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 .