From 39200b037b49f9d75b6bcd5ac25c5497e1bdcfd6 Mon Sep 17 00:00:00 2001 From: Junwei Pan Date: Wed, 3 May 2017 09:55:06 -0700 Subject: [PATCH] Make link clickable (#9631) * Make link clickable * wrap to 80 (not sure if this works) * Undo --- tensorflow/python/ops/ctc_ops.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tensorflow/python/ops/ctc_ops.py b/tensorflow/python/ops/ctc_ops.py index bd23a66e0c0..4cfe991784d 100644 --- a/tensorflow/python/ops/ctc_ops.py +++ b/tensorflow/python/ops/ctc_ops.py @@ -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: