Correct doc string for labels parameter of gpu_ctc function

上级 36cd9c29
...@@ -134,8 +134,8 @@ def gpu_ctc(activations, labels, input_lengths): ...@@ -134,8 +134,8 @@ def gpu_ctc(activations, labels, input_lengths):
to the fastest changing dimension, from left to right. In this case, to the fastest changing dimension, from left to right. In this case,
p is the fastest changing dimension. p is the fastest changing dimension.
labels labels
A 2-D tensor of all the labels for the minibatch. Each row contains A 2-D tensor of all the labels for the minibatch. In each row, there
a sequence of target labels. is a sequence of target labels.
input_lengths input_lengths
A 1-D tensor with the number of time steps for each sequence in A 1-D tensor with the number of time steps for each sequence in
the minibatch. the minibatch.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论