Hello all,

I am trying to serve my two models through multi-modal server as below link:
https://github.com/awslabs/multi-model-server

During the inference time, I want to send an image to served system through 
"Curl" command and want to process image with the first model. Then I want to 
use output of first model as an input for second model. However, I don't want 
to do these two processes as separate processes with two different "curl" 
commands. Instead, I want to send an image with "curl", process it with two 
models consecutively, and get back the output of the second model due to 
importance of time. However, I did not find any information about this.

Could anyone have any idea? Thank you.

Best.





---
[Visit 
Topic](https://discuss.mxnet.apache.org/t/process-multiple-model-consecutively-with-one-curl-command/6658/1)
 or reply to this email to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click 
here](https://discuss.mxnet.apache.org/email/unsubscribe/d83f9895b0f2a8bfd464623efc3c1d3bf93060f8634be0a2ffb984c8be91eaa0).

Reply via email to