commit | fd479417d517603823279fcbf724bf8be4694128 | [log] [tgz] |
---|---|---|
author | tigertang <tigertang.zju@gmail.com> | Fri Feb 14 13:31:09 2020 +0800 |
committer | GitHub <noreply@github.com> | Fri Feb 14 13:31:09 2020 +0800 |
tree | b9222c35f5d5fe5e510e034964025858ea2b0cfa | |
parent | dec886571e16b7c4cc8b6442dd4d95bc45be3c9c [diff] |
Fix a typo in imagenet run_eval readme
diff --git a/tensorflow/lite/tools/evaluation/tasks/imagenet_image_classification/README.md b/tensorflow/lite/tools/evaluation/tasks/imagenet_image_classification/README.md index ef8142e..bab96be 100644 --- a/tensorflow/lite/tools/evaluation/tasks/imagenet_image_classification/README.md +++ b/tensorflow/lite/tools/evaluation/tasks/imagenet_image_classification/README.md
@@ -151,7 +151,7 @@ directory if required): ``` -adb push bazel-bin/third_party/tensorflow/lite/tools/evaluation/tasks/imagenet_image_classification/run_eval /data/local/tmp +adb push bazel-bin/tensorflow/lite/tools/evaluation/tasks/imagenet_image_classification/run_eval /data/local/tmp ``` (3) Make the binary executable.