From: 이성재/On-Device Lab(SR)/Principal Engineer/삼성전자 Date: Mon, 21 Jan 2019 03:49:32 +0000 (+0900) Subject: Update broken links to model repository in `howto.md`. (#4274) X-Git-Tag: submit/tizen/20190325.013700~340 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=782d3c12dff74ab26304d12a819e52f1378f7320;p=platform%2Fcore%2Fml%2Fnnfw.git Update broken links to model repository in `howto.md`. (#4274) - Update broken model zoo links as `tflite` leaves contrib. Signed-off-by: Sung-Jae Lee --- diff --git a/docs/howto.md b/docs/howto.md index 866f561..55dff9a 100644 --- a/docs/howto.md +++ b/docs/howto.md @@ -20,7 +20,7 @@ $ USE_NNAPI=1 LD_LIBRARY_PATH="$(pwd)/Product/obj/runtimes/logging:$(pwd)/Produc ``` ## How to get pre-built T/F Lite Flatbuffer models? -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) +Google provides several pre-built T/F Lite models. Please check [this article](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/g3doc/models.md) ## Build How-to