Corrected citation: Graves et. al -2016 -> +2006

This commit is contained in:
Hemal Mamtora 2020-07-28 12:19:17 +05:30 committed by GitHub
parent 22b60f146e
commit fe94fda399
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -842,7 +842,7 @@ def ctc_loss_v3(labels,
name=None):
"""Computes CTC (Connectionist Temporal Classification) loss.
This op implements the CTC loss as presented in (Graves et al., 2016).
This op implements the CTC loss as presented in (Graves et al., 2006).
Notes:
@ -882,7 +882,7 @@ def ctc_loss_v3(labels,
References:
Connectionist Temporal Classification - Labeling Unsegmented Sequence Data
with Recurrent Neural Networks:
[Graves et al., 2016](https://dl.acm.org/citation.cfm?id=1143891)
[Graves et al., 2006](https://dl.acm.org/citation.cfm?id=1143891)
([pdf](http://www.cs.toronto.edu/~graves/icml_2006.pdf))
"""
if isinstance(labels, sparse_tensor.SparseTensor):