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: