multi-model-server icon indicating copy to clipboard operation
multi-model-server copied to clipboard

ModelArchiver tutorial malformed : workers crashing

Open mazzma12 opened this issue 6 years ago • 0 comments

Hi, Running the model archiver tutorial available here, I noticed this warning:

Note: For mxnet models, model-name must match prefix of the symbol and param file name.

But in the first step the files are not formatted like this

mkdir squeezenet

curl -o squeezenet https://s3.amazonaws.com/model-server/model_archive_1.0/examples/squeezenet_v1.1/squeezenet_v1.1-symbol.json
curl -o squeezenet https://s3.amazonaws.com/model-server/model_archive_1.0/examples/squeezenet_v1.1/squeezenet_v1.1-0000.params
curl -o squeezenet https://s3.amazonaws.com/model-server/model_archive_1.0/examples/squeezenet_v1.1/signature.json
curl -o squeezenet https://s3.amazonaws.com/model-server/model_archive_1.0/examples/squeezenet_v1.1/synset.txt

This lead to a malformed archive and workers crashing on my side. Hope it can help

mazzma12 avatar Oct 25 '19 16:10 mazzma12