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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/python/ops/ctc_ops.py b/tensorflow/python/ops/ctc_ops.py
index 0a3cb06f49..2a05049857 100644
--- a/tensorflow/python/ops/ctc_ops.py
+++ b/tensorflow/python/ops/ctc_ops.py
@@ -213,8 +213,8 @@ def ctc_beam_search_decoder(inputs, sequence_length, beam_width=100,
"""Performs beam search decoding on the logits given in input.
**Note** The `ctc_greedy_decoder` is a special case of the
- `ctc_beam_search_decoder` with `top_paths=1` (but that decoder is faster
- for this special case).
+ `ctc_beam_search_decoder` with `top_paths=1` and `beam_width=1` (but
+ that decoder is faster for this special case).
If `merge_repeated` is `True`, merge repeated classes in the output beams.
This means that if consecutive entries in a beam are the same,