Tuesday, 6 February 2018

Model Server for Apache MXNet now introduces Amazon CloudWatch Integration and ONNX Support

Model Server Version 0.2 for Apache MXNet (MMS) is an open source library for Apache MXNet is now available for serving deep learning models and packaging for inference at scale. You can now utilise Model Server for Apache MXNet to provision ONNX models generated with any ONNX supporting deep learning frameworks such as Chainer, PyTorch and Microsoft Cognitive Toolkit. The Open Neural Network Exchange Format (ONNX) is a community initiative driven by the Microsoft, AWS and Facebook with the growing support on all Additional Deep Learning platforms and frameworks. The new release of Model Server for Apache MXNet also includes the integration with the Amazon CloudWatch API that makes publishing operational metrics from the MMS into the Amazon CloudWatch conveniently. 

No comments:

Post a Comment

Optimizing Performance and Cost: Migrating an Express.js Application from EC2 to AWS Lambda

Introduction: In a recent project, our team worked on optimizing a Node.js application that was originally hosted on an EC2 instance. The ap...