Skip to content

Commit

Permalink
Fix error in TensorFlow binding docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcasper authored Nov 10, 2016
1 parent c6214e1 commit bd535c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_binding/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ options are not currently supported.
The WarpCTC op is available via the `warpctc_tensorflow.ctc` function:

```python
costs = warpctc_tensorflow.ctc(activations, input_lengths, flat_labels, label_lengths)
costs = warpctc_tensorflow.ctc(activations, flat_labels, label_lengths, input_lengths)
```

The `activations` input is a 3 dimensional Tensor and all the others
Expand Down

0 comments on commit bd535c8

Please sign in to comment.