summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJonghyun Park <jh1302.park@samsung.com>2018-02-26 20:00:50 +0900
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>2018-02-27 07:01:06 +0900
commit15bac3216ff043cc196f1307a6fa878f5c704b67 (patch)
treeb3887afa7ceab0bbecb1fd1f020f00550a4e2c8f /README.md
parent2ab9ba96f6721334ab3d658467fef234436fe40b (diff)
downloadnnfw-15bac3216ff043cc196f1307a6fa878f5c704b67.tar.gz
nnfw-15bac3216ff043cc196f1307a6fa878f5c704b67.tar.bz2
nnfw-15bac3216ff043cc196f1307a6fa878f5c704b67.zip
Update README.md
This commit updates README.md to guide how to download pre-built TensorFlow Lite models that Google provides. Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7277865c1..5f5c55357 100644
--- a/README.md
+++ b/README.md
@@ -9,3 +9,6 @@ Let's type the following commands, and see what happens!
$ make install
$ USE_NNAPI=1 LD_LIBRARY_PATH="$(pwd)/Product/obj/tools/nnapi_bindings/bindings/logging" Product/out/bin/tflite_run [T/F Lite Flatbuffer Model Path]
```
+
+# How to get pre-built T/F Lite models?
+Google provides several pre-built T/F Lite models. Please check [this article](externals/tensorflow/tensorflow/contrib/lite/g3doc/models.md)