Commit cc10ef17 authored by Igor Macedo Quintanilha's avatar Igor Macedo Quintanilha Committed by Andrew Harp
Browse files

time_major parameter for ctc_loss op (#3993)

* time_major parameter for ctc_loss op

Just as dynamic_rnn and to be more regular across the TensorFlow's code I added a flag capable of transpose the input data to be in time_major, required by gen_ctc_ops._ctc_loss. Note that, instead of set time_major=False (as the most of TensorFlow data), it was set False to be compatible with previous ctc_loss function call (but I don't think that this is a good idea).

* Fixing typos in docstring
parent bae5a573
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment