Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[MXNET-716]Scala Benchmark Extension pack #12723

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -250,4 +250,5 @@ class SSDClassifierExample(CLIParser: CLIParser)
val output = model.imageBatchObjectDetect(imgInput, Some(5))
output
}

}