You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/11/16 18:49:58 UTC

[GitHub] nswamy commented on a change in pull request #13237: [MXNET-1182] Predictor example

nswamy commented on a change in pull request #13237: [MXNET-1182] Predictor example
URL: https://github.com/apache/incubator-mxnet/pull/13237#discussion_r234310912
 
 

 ##########
 File path: scala-package/examples/src/main/java/org/apache/mxnetexamples/javaapi/infer/predictor/README.md
 ##########
 @@ -0,0 +1,61 @@
+# Image Classification using Java Predictor
+
+In this example, you will learn how to use Java Inference API to 
+build and run pre-trained Resnet 18 model.
+
+## Contents
+
+1. [Prerequisites](#prerequisites)
+2. [Download artifacts](#download-artifacts)
+3. [Setup datapath and parameters](#setup-datapath-and-parameters)
+4. [Run the image classifier example](#run-the-image-inference-example)
 
 Review comment:
   Why Image Classification in Prediction? Is it possible to use another example even may be a simple Linear Regression model? 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services