A simple repository to debug deploy MXNet model with TorchServe
How to run:
- Clone this repository
- Create some folders
mkdir model_store
mkdir src
- Download weight and extract to
srcfolder - Run
maketo create .mar file - Run
make runto start TorchServe - Run
make stopormake cleanto stop TorchServe