"Yes" to both questions. There are several community members currently working on creating documents for Java API. The plan is to have drafts ready by 10/22. In terms of playing around, please feel free to build from source code (https://github.com/apache/incubator-mxnet/tree/java-api) or you can get prebuilt jar file from these locations:
CPU: https://s3.amazonaws.com/mxnet-java-alpha/mxnet-full_2.11-linux-x86_64-cpu-1.3.1-SNAPSHOT.jar GPU: https://s3.amazonaws.com/mxnet-java-alpha/mxnet-full_2.11-linux-x86_64-gpu-1.3.1-SNAPSHOT.jar Looking forward to get feedback! -- Thanks, Denis On 10/16/18, 2:02 PM, "Roshani Nagmote" <[email protected]> wrote: Java APi SSD example code seems to be in this PR https://github.com/apache/incubator-mxnet/pull/12830 Thanks, Roshani On Tue, Oct 16, 2018 at 1:41 PM Pedro Larroy <[email protected]> wrote: > To play around we use the java api branch? is there a link to some example > code? > > Thanks. > > On Fri, Oct 12, 2018 at 9:16 PM Davydenko, Denis < > [email protected]> wrote: > > > Not so long ago there was a design shared for MXNet Java API: [1] > > > > In a couple of days we are going to have initial version of its > > implementation. We are looking for users who would like to get this > initial > > version and evaluate how well it suits their use cases or just play > around > > with it and provide feedback on its usability and performance. This > initial > > version includes: > > - Predictor > > - ObjectDetector > > - NDArray, Context, Shape, DataDesc > > - Reference implementation of SSD > > > > If you or someone you know is interested - please do not hesitate to > reach > > out! > > > > [1]: > > > https://cwiki.apache.org/confluence/display/MXNET/MXNet+Java+Inference+API > > > > > > > > >
