Unverified Commit 58c88727 authored by Neal Wu's avatar Neal Wu Committed by GitHub
Browse files

Update tutorials/rnn/README.md with the correct Quick Draw link

parent 395a6004
...@@ -4,7 +4,7 @@ and use them are available in the tutorials. ...@@ -4,7 +4,7 @@ and use them are available in the tutorials.
* [RNN Tutorial](http://tensorflow.org/tutorials/recurrent/) * [RNN Tutorial](http://tensorflow.org/tutorials/recurrent/)
* [Sequence-to-Sequence Tutorial](http://tensorflow.org/tutorials/seq2seq/) * [Sequence-to-Sequence Tutorial](http://tensorflow.org/tutorials/seq2seq/)
* [RNN Tutorial for Drawing Classification](http://tensorflow.org/tutorials/recurrent_quickdraw) * [RNN Tutorial for Drawing Classification](https://www.tensorflow.org/versions/master/tutorials/recurrent_quickdraw)
Here is a short overview of what is in this directory. Here is a short overview of what is in this directory.
...@@ -12,4 +12,4 @@ File | What's in it? ...@@ -12,4 +12,4 @@ File | What's in it?
--- | --- --- | ---
`ptb/` | PTB language model, see the [RNN Tutorial](http://tensorflow.org/tutorials/recurrent/) `ptb/` | PTB language model, see the [RNN Tutorial](http://tensorflow.org/tutorials/recurrent/)
`translate/` | Translation model, see the [Sequence-to-Sequence Tutorial](http://tensorflow.org/tutorials/seq2seq/) `translate/` | Translation model, see the [Sequence-to-Sequence Tutorial](http://tensorflow.org/tutorials/seq2seq/)
`quickdraw/` | Quick, Draw! model, see the [RNN Tutorial for Drawing Classification](http://tensorflow.org/tutorials/recurrent_quickdraw) `quickdraw/` | Quick, Draw! model, see the [RNN Tutorial for Drawing Classification](https://www.tensorflow.org/versions/master/tutorials/recurrent_quickdraw)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment