Make link clickable (#9631)
* Make link clickable * wrap to 80 (not sure if this works) * Undo
This commit is contained in:
parent
a1f5abe8e1
commit
39200b037b
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user