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

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lanking520 committed Nov 14, 2018
1 parent 451a129 commit f92a843
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ bash run_predictor_java_example.sh ../models/resnet-18/resnet-18 ../images/kitte

The example should give expected output as shown below:
```
Predict with Float input
Probability : 0.30337515 Class : n02123159 tiger cat
Predict with NDArray
Probability : 0.30337515 Class : n02123159 tiger cat
```
the outputs come from the the input image, with top1 predictions picked.

0 comments on commit f92a843

Please sign in to comment.