Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.7 KB

README.md

File metadata and controls

25 lines (22 loc) · 1.7 KB

MXNet Model Server Documentation

Basic Features

Advanced Features

  • Custom Model Service - Custom inference services and dev guide for implementation
  • Client Code Generation - Use Swagger to create a client API for over 40 languages; a JavaScript example is provided
  • Unit Tests - Housekeeping unit tests for MMS
  • Load Test - Use JMeter to run MMS through the paces and collect load data

Example Projects

  • LSTM - An example MMS project for an RNN / LSTM that will take json inputs for inference against a model trained with a specific vocabulary
  • Object Detection - An example MMS project for using a pre-trained Single Shot Multi Object Detection (SSD) model taking image inputs and inferring the types and locations of several classes of objects