aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/android/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/examples/android/README.md')
-rw-r--r--tensorflow/examples/android/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/examples/android/README.md b/tensorflow/examples/android/README.md
index b209f1a01f..5e24984b49 100644
--- a/tensorflow/examples/android/README.md
+++ b/tensorflow/examples/android/README.md
@@ -24,9 +24,9 @@ is not packaged in the repo because of its size. Instead, you must
first download the file to the `assets` directory in the source tree:
```bash
-$ wget https://storage.googleapis.com/download.tensorflow.org/models/inception5h.zip -O tensorflow/examples/android/assets/inception5h.zip
+$ wget https://storage.googleapis.com/download.tensorflow.org/models/inception5h.zip -O /tmp/inception5h.zip
-$ unzip tensorflow/examples/android/assets/inception5h.zip -d tensorflow/examples/android/assets/
+$ unzip /tmp/inception5h.zip -d tensorflow/examples/android/assets/
```
The labels file describing the possible classification will also be in the