Add another post action (show_action) to README (#573)
author최성진/동작제어Lab(SR)/Principal Engineer/삼성전자 <lotieye.choi@samsung.com>
Tue, 10 Jul 2018 09:32:30 +0000 (18:32 +0900)
committer박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 10 Jul 2018 09:32:30 +0000 (18:32 +0900)
* Add another post action (show_action) to README

This commits appends another post action (show_action) to README.

Signed-off-by: lotieye.choi <lotieye.choi@samsung.com>
* Add Running with post action section

This commit adds `Running with post action` section.

Signed-off-by: lotieye.choi <lotieye.choi@samsung.com>
* Remove a unused symbol

This commit remove a unused symbol.

Signed-off-by: lotieye.choi <lotieye.choi@samsung.com>
* Modify sentence to clarify meaning

This commit modifies a sentence to clarify meaning

Signed-off-by: lotieye.choi <lotieye.choi@samsung.com>
contrib/nnkit/README.md

index 983f84a..be72e91 100644 (file)
@@ -87,6 +87,18 @@ contrib/nnkit/tools/nni/nni \
 You can download `inceptionv3_non_slim_2015.tflite` model from 
 [here](https://storage.googleapis.com/download.tensorflow.org/models/tflite/inception_v3_2015_2017_11_10.zip)
 
+## Running with post action
+
+The above command shows nothing except `nnapi error: unable to open library libneuralnetworks.so` warning even though running correctly. The following command displays inferenced values.
+```
+cd build
+
+contrib/nnkit/tools/nni/nni \
+--backend ./contrib/nnkit/backends/tflite/libnnkit_tflite_backend.so \
+--backend-arg inceptionv3_non_slim_2015.tflite \
+--post ./contrib/nnkit/actions/builtin/libnnkit_show_action.so
+```
+
 ## Dump HDF5
 
 You can drop a HDF5 file of inputs and outputs with `HDF5_export_action` action module.