awslabs / multi-model-server

Multi Model Server is a tool for serving neural net models for inference

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The example in /examples/mxnet_vision/ does not work

kylehh opened this issue · comments

commented

I am working on model deployment through MMS(multi-model-server) and had some difficulties to pack a model with model-archiver command. I tried model server with the example squeezenet_v1.1.mar file and it worked, but when I tried to pack my own squeezenet model, the hosting always fail ( even if I unpack the example mar file with unzip and re-pack it with model-archive, it doesn’t work)

commented

I think I found the reason. The model-name in model-archive command has to be the same as the prefix for param and json model file.