Vamshidhar Dantu
Vamshidhar Dantu
Model archiver needs an additional `-c` flag to convert ONNX models to MXNet models. Added a small fix in the documents.
@carter54 : If you want to stop model workers from processing the requests, you can set the [response timeout](https://github.com/awslabs/multi-model-server/blob/master/docker/config.properties#L10) to a lower value. This will stop the processing of any...
I can't think of any good way to do this as of now.
I am not sure I understand your question. The "mxnet_vision_service.py" file is completely in the model owners control. The assumption is that the model owner brings in this file, along...
@aikudexiaohai : Would you be able to give more information about this question or let us know if the above explanation of signature.json help?
@aikudexiaohai : Following up on this question. If you solved your issue, would you be able to share how you solved it?
@JustinhoCHN : Firstly I am assuming that you are talking about the "batch" dimension of the input shape. I don't think MXNet supports arbitrary size for input shape. You might...
I am not clear on this. Is this an issue with the handler code or do you suspect it being a MMS issue? The error suggests that its a handler...
I went through the #850, I think. I understand the issue a bit better now. This looks like a good solution as well. This should probably be picked up as...
@BrianHanechak : Thanks for reporting this. We will look into this.