From 702d595822e9e5f5232b8140c6296683612c33a9 Mon Sep 17 00:00:00 2001 From: joshkyh Date: Sun, 10 Sep 2017 03:06:24 +1000 Subject: [PATCH] Corrected hyperlink for audio training tutorial (#12923) --- tensorflow/examples/android/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/examples/android/README.md b/tensorflow/examples/android/README.md index dda6e94f4b3..bed8e214981 100644 --- a/tensorflow/examples/android/README.md +++ b/tensorflow/examples/android/README.md @@ -37,7 +37,7 @@ on API >= 14 devices. 4. [TF Speech](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/examples/android/src/org/tensorflow/demo/SpeechActivity.java): Runs a simple speech recognition model built by the [audio training - tutorial](https://www.tensorflow.org/tutorials/image_retraining). Listens + tutorial](https://www.tensorflow.org/versions/master/tutorials/audio_recognition). Listens for a small set of words, and highlights them in the UI when they are recognized.