Skip to content

Commit

Permalink
Small TensorFlow doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcasper authored Nov 3, 2016
1 parent 49b37ba commit c6214e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tensorflow_binding/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ TensorFlow, as well as a new WarpCTC op provided in this package. The
WarpCTC op has an interface that more closely matches the native
WarpCTC interface than TensorFlow's CTCLoss op. Note that the CTCLoss
op expects the reserved blank label to be the largest value while the
WarpCTC op expects the reserved blank label to be label `0`.
WarpCTC op takes the reserved blank label value as an attribute which
defaults to `0`.

## Installation

Expand Down

0 comments on commit c6214e1

Please sign in to comment.