Skip to content

Commit

Permalink
Update comment for ctc_error_evaluator
Browse files Browse the repository at this point in the history
  • Loading branch information
emailweixu authored Sep 14, 2016
1 parent f392452 commit 363b606
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions python/paddle/trainer_config_helpers/evaluators.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,9 +310,10 @@ def ctc_error_evaluator(
:param name: Evaluator name.
:type name: None|basestring
:param input: Input Layer.
:param input: Input Layer. Should be the same as the input for ctc_layer.
:type input: LayerOutput
:param label: input label, which is a data_layer.
:param label: input label, which is a data_layer. Should be the same as the
label for ctc_layer
:type label: LayerOutput
"""
evaluator_base(name=name,
Expand Down

0 comments on commit 363b606

Please sign in to comment.