nswamy commented on a change in pull request #13582: [MXNET-1195] Cleanup Scala 
README file
URL: https://github.com/apache/incubator-mxnet/pull/13582#discussion_r239991607
 
 

 ##########
 File path: scala-package/README.md
 ##########
 @@ -1,67 +1,119 @@
 <img 
src=https://raw.githubusercontent.com/dmlc/dmlc.github.io/master/img/logo-m/mxnet2.png
 width=135/> Deep Learning for Scala/Java
 =====
 
-[![Build 
Status](http://jenkins.mxnet-ci.amazon-ml.com/job/incubator-mxnet/job/master/badge/icon)](http://jenkins.mxnet-ci.amazon-ml.com/job/incubator-mxnet/job/master/)
 [![GitHub license](http://dmlc.github.io/img/apache2.svg)](./LICENSE)
 
-Here you find the MXNet Scala Package!
-It brings flexible and efficient GPU/CPU computing and state-of-art deep 
learning to JVM.
+The MXNet Scala/Java Package brings flexible and efficient GPU/CPU computing 
and state-of-art deep learning to JVM.
 
 - It enables you to write seamless tensor/matrix computation with multiple GPUs
   in Scala, Java and other languages built on JVM.
 - It also enables you to construct and customize the state-of-art deep 
learning models in JVM languages,
   and apply them to tasks such as image classification and data science 
challenges.
+- The Scala/Java Inferece APIs provides an easy out of the box solution for 
loading pre-trained MXNet models and running inference on them.
   
 Install
 ------------
- 
-Technically, all you need is the `mxnet-full_2.11-{arch}-{xpu}-{version}.jar` 
in your classpath.
-It will automatically extract the native library to a tempfile and load it.
-You can find the pre-built jar file in 
[here](https://search.maven.org/search?q=g:org.apache.mxnet)
- and also our nightly build package 
[here](https://repository.apache.org/#nexus-search;gav~org.apache.mxnet~)
 
-Currently we provide `linux-x86_64-gpu`, `linux-x86_64-cpu` and 
`osx-x86_64-cpu`. Support for Windows will come soon.
-Use the following dependency in maven, change the artifactId according to your 
own architecture, e.g., `mxnet-full_2.11-osx-x86_64-cpu` for OSX (and cpu-only).
+The MXNet Scala/Java packages can be easily included in your Maven managed 
project.
+The stable jar files for the packages are available on the [MXNet Maven 
Package Repository](https://search.maven.org/search?q=g:org.apache.mxnet)
 
 Review comment:
   I think it might be better if you split into 
   ## Pre-Built Maven Packages
   ### Stable
   ### Nightly
   Here you give the snippet to add the snapshot repo.
   ## Build From Source
   Instead of search, can we add a badge link to the 3 types that we support 
and keep it consistent with the main page, the link here is more friendly than 
on the main page

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to