piyushghai commented on a change in pull request #13237: [MXNET-1182] Predictor example URL: https://github.com/apache/incubator-mxnet/pull/13237#discussion_r233196731
########## File path: scala-package/examples/src/main/java/org/apache/mxnetexamples/javaapi/infer/predictor/README.md ########## @@ -0,0 +1,62 @@ +# 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 inference example](#run-the-image-inference-example) Review comment: Run the image classification example ---------------------------------------------------------------- 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
