Santosh Kesiraju

Results 2 issues of Santosh Kesiraju

The following two lines removes the trailing `(utterance_ID)` from every line of the hypothesis and reference, but leaves trailing white space, which affects the subseqeunt `detokenizer.pl` https://github.com/espnet/espnet/blob/f2778f798b76e102602078213a21b63aa592be70/egs2/TEMPLATE/st1/st.sh#L1469 https://github.com/espnet/espnet/blob/f2778f798b76e102602078213a21b63aa592be70/egs2/TEMPLATE/st1/st.sh#L1470 FIX: (add...

Bug

The default indexing in flashlight uses the indexing from arrayfire, which returns the caretsian product of input arrays rather than co-ordinates of input arrays (simple example below). The desired result...

enhancement