DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
| Table of Contents | ||
|---|---|---|
|
Problem Statement
MXNet provides a Scala Interface for Training and Inference. However there are no separate APIs for Inference, the existing APIs are not user-friendly for Inference use-case. There are also correctness problems as reported by an Expert Scala User, Calum in [Thread Safety issues in MXNet Scala](https://discuss.mxnet.io/t/fixing-thread-safety-issues-in-scala-library/236) some of which have been fixed by the user and contributed back to MXNet. This user has overcome these difficulties by putting in a lot of engineering effort and written custom code to make it work for them.
...