Using MXNet from Java application

I’m curious to hear your use case. Are you looking for a Java API to run training or inference or both?
A majority of users use python API for training. What are your reasons for not going that route? I’m not saying everyone should use Python. Just curious to know the constraints you are operating under.

Regarding Java API, there has been a discussion in dev@ email list on this topic recently: https://lists.apache.org/thread.html/0033017d02d913e6a1517331291a8f561dd56ed445932f7347b59898@<dev.mxnet.apache.org>

The popular proposal has been to build a Java interface on top of existing scala bindings and improve it based on user feedback. The work on that hasn’t started yet.