New features
ONNX model support
Model server now supports models stored in the [Open Neural Network Exchange (ONNX)](https://github.com/onnx/onnx) format. See [Export an ONNX Model](https://github.com/awslabs/mxnet-model-server/blob/master/docs/export_from_onnx.md) for details.
Cloudwatch metrics
Model server can publish host and model related metrics to [Amazon Cloudwatch](https://aws.amazon.com/cloudwatch/). See [Cloudwatch metrics](https://github.com/awslabs/mxnet-model-server/blob/master/docs/metrics.md#cloudwatch-metrics) for details.
Improvements and bug fixes
- Fixing LatencyOverall unit reporting (lupesko, 317)
- update onnx-mxnet (jesterhazy, 316)
- remove docs images (jesterhazy, 315)
- added cloudwatch metrics section (aaronmarkham, 314)
- update docker scripts (jesterhazy, 313)
- added toc, logos, and kitten image (aaronmarkham, 311)
- add unit test for hyphenated model files (jesterhazy, 308)
- Fix validate_prefix_match (knjcode, 307)
- align metrics names/units with standard cloudwatch metrics (jesterhazy, 303)
- Fix race condition when multiple gunicorn workers try to download same models (yuruofeifei, 302)
- Fix epoch number validation (knjcode, 298)
- remove License field (jesterhazy, 297)
- update error messages for model export (jesterhazy, 295)
- Fixing and updating docker setup (lupesko, 294)
- public domain image examples for SSD outputs (aaronmarkham, 291)
- refactored export info; added shortcuts and other improvements (aaronmarkham, 290)
- added four onnx-exported models to zoo; added onnx support to server intro (aaronmarkham, 288)
- Documentation updates for 0.2 (aaronmarkham, 285)
- Improve cloudwatch integration, fix several issues. (yuruofeifei, 283)
- fail fast when user tries to serve onnx model directly (jesterhazy, 280)
- fix importlib warning (254) (jesterhazy, 279)
- bump version (yuruofeifei, 250)
- Onnx and metrics docs (yuruofeifei, 244)
- Add onnx support (yuruofeifei, 240)
- Zoo updates (aaronmarkham, 234)
- Zoo updates with details for each model (aaronmarkham, 233)