From: 최형규/동작제어Lab(SR)/Senior Engineer/삼성전자 Date: Tue, 10 Apr 2018 09:12:51 +0000 (+0900) Subject: Fix broken links to tensorflow (#538) X-Git-Tag: 0.1~353 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5009979ef89b40ab37f4b4f482d58d53549080a0;p=platform%2Fcore%2Fml%2Fnnfw.git Fix broken links to tensorflow (#538) - Fix broken links to tensorflow Signed-off-by: Hyung-Kyu Choi --- diff --git a/README.md b/README.md index b994aaa..d8b9bf4 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ $ USE_NNAPI=1 LD_LIBRARY_PATH="$(pwd)/Product/obj/tools/nnapi_bindings/bindings/ ``` # 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) +Google provides several pre-built T/F Lite models. Please check [this article](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/contrib/lite/g3doc/models.md) # Build How-to