aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src
diff options
context:
space:
mode:
authorGravatar Billy Lamberta <blamb@google.com>2018-08-17 12:05:52 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-17 12:09:07 -0700
commit293e202ffb3ddbfc41e928bf3be7435e7c13a895 (patch)
tree099fa0a3b2796467fcfa6301243df08d1e6c8d7a /tensorflow/docs_src
parentd0b51d7d9d50dd73c46ba2f2daaa9d26cc0666d0 (diff)
Add link to dataset.
PiperOrigin-RevId: 209185706
Diffstat (limited to 'tensorflow/docs_src')
-rw-r--r--tensorflow/docs_src/tutorials/sequences/recurrent_quickdraw.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/tensorflow/docs_src/tutorials/sequences/recurrent_quickdraw.md b/tensorflow/docs_src/tutorials/sequences/recurrent_quickdraw.md
index 2c537c60a1..657fab8a53 100644
--- a/tensorflow/docs_src/tutorials/sequences/recurrent_quickdraw.md
+++ b/tensorflow/docs_src/tutorials/sequences/recurrent_quickdraw.md
@@ -58,8 +58,7 @@ To try the code for this tutorial:
We make the data that we use in this tutorial available as `TFRecord` files
containing `TFExamples`. You can download the data from here:
-
-http://download.tensorflow.org/data/quickdraw_tutorial_dataset_v1.tar.gz
+<a rel="nofollow" href="http://download.tensorflow.org/data/quickdraw_tutorial_dataset_v1.tar.gz">http://download.tensorflow.org/data/quickdraw_tutorial_dataset_v1.tar.gz</a> (~1GB).
Alternatively you can download the original data in `ndjson` format from the
Google cloud and convert it to the `TFRecord` files containing `TFExamples`