aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/ctc_ops.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/ops/ctc_ops.py')
-rw-r--r--tensorflow/python/ops/ctc_ops.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/tensorflow/python/ops/ctc_ops.py b/tensorflow/python/ops/ctc_ops.py
index ee5b2952f4..69edaa2c40 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: