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

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lanking520 committed Oct 5, 2018
1 parent 98a846f commit 99c1e90
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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/infer/objectdetector
./get_ssd_data.sh
cd <Path-To-MXNET-Repo>/scala-package/examples/scripts/benchmark
./run_image_inference_bm.sh ObjectDetectionExample 100 10 ../infer/models/resnet50_ssd/resnet50_ssd_model ../infer/images/dog.jpg ../infer/images/
./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 :
```
Expand All @@ -74,7 +74,7 @@ You may need to run ```chmod u+x run_text_charrnn_bm.sh``` before running this s
wget https://s3.us-east-2.amazonaws.com/mxnet-scala/scala-example-ci/RNN/obama.zip
unzip obama.zip
cd <Path-To-MXNET-Repo>/scala-package/examples/scripts/benchmark
./run_text_charrnn_bm.sh CharRnn 100 <path-to-model>/obama <path-to-model>/obama.txt
./run_text_charrnn_bm.sh cpu CharRnn 100 <path-to-model>/obama <path-to-model>/obama.txt
```
Upon running this script, you might see an output like this :
```
Expand Down

0 comments on commit 99c1e90

Please sign in to comment.