Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Div
classhome-banner



Table of Contents
maxLevel4
minLevel3

...

With this project, we want to build Java APIs that are easy to use for Inference and lowers the entry barrier is consuming MXNet for production use-cases.

Goals

  1. New Inference Java API
  2. Easy to use (idiomatic) - this likely means optimizing for the Java inference use case and not just copying how the python api works
  3. Limited dependencies 
  4. Full test coverage
  5. Performance - Should be at least as performant as the python API

...