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/10/10 16:34:41 UTC

[GitHub] lanking520 closed pull request #12723: [MXNET-716]Scala Benchmark Extension pack

lanking520 closed pull request #12723: [MXNET-716]Scala Benchmark Extension pack
URL: https://github.com/apache/incubator-mxnet/pull/12723
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/scala-package/examples/src/main/scala/org/apache/mxnetexamples/benchmark/README.md b/scala-package/examples/src/main/scala/org/apache/mxnetexamples/benchmark/README.md
index 753cb312541..a5f5af6c1eb 100644
--- a/scala-package/examples/src/main/scala/org/apache/mxnetexamples/benchmark/README.md
+++ b/scala-package/examples/src/main/scala/org/apache/mxnetexamples/benchmark/README.md
@@ -56,7 +56,7 @@ You may need to run ```chmod u+x run_image_inference_bm.sh``` before running thi
     cd <Path-To-MXNET-Repo>/scala-package/examples/scripts/benchmark
     ./run_image_inference_bm.sh cpu ObjectDetectionExample 100 10 ../infer/models/resnet50_ssd/resnet50_ssd_model ../infer/images/dog.jpg ../infer/images/ 
     ```
-    Upon running this script, you might see an output like this : 
+    Upon running this script, you might see an output like this :  
     ```
     [main] INFO org.apache.mxnetexamples.benchmark.CLIParserBase - 
     single_inference_latency p99 1663, single_inference_p50 729, single_inference_average 755.17
diff --git a/scala-package/examples/src/main/scala/org/apache/mxnetexamples/infer/objectdetector/SSDClassifierExample.scala b/scala-package/examples/src/main/scala/org/apache/mxnetexamples/infer/objectdetector/SSDClassifierExample.scala
index a8d40c9ef6a..a5d4fd17fe0 100644
--- a/scala-package/examples/src/main/scala/org/apache/mxnetexamples/infer/objectdetector/SSDClassifierExample.scala
+++ b/scala-package/examples/src/main/scala/org/apache/mxnetexamples/infer/objectdetector/SSDClassifierExample.scala
@@ -250,4 +250,5 @@ class SSDClassifierExample(CLIParser: CLIParser)
     val output = model.imageBatchObjectDetect(imgInput, Some(5))
     output
   }
+
 }


 

----------------------------------------------------------------
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