Make link clickable (#9631)

* Make link clickable

* wrap to 80 (not sure if this works)

* Undo
This commit is contained in:
Junwei Pan 2017-05-03 09:55:06 -07:00 committed by Vijay Vasudevan
parent a1f5abe8e1
commit 39200b037b

View File

@ -35,11 +35,9 @@ def ctc_loss(labels, inputs, sequence_length,
This op implements the CTC loss as presented in the article:
A. Graves, S. Fernandez, F. Gomez, J. Schmidhuber.
[A. Graves, S. Fernandez, F. Gomez, J. Schmidhuber.
Connectionist Temporal Classification: Labelling Unsegmented Sequence Data
with Recurrent Neural Networks. ICML 2006, Pittsburgh, USA, pp. 369-376.
http://www.cs.toronto.edu/~graves/icml_2006.pdf
with Recurrent Neural Networks. ICML 2006, Pittsburgh, USA, pp. 369-376.](http://www.cs.toronto.edu/~graves/icml_2006.pdf)
Input requirements: