neural_sp
neural_sp copied to clipboard
transformer LM error in ASR
Hi, I want to use transformer LM in ASR ,but when decoding it is wrong , it shows " TypeError :list indices muts be intergers or slice, not str" at /models/seq2seq/decoders/transformer.py line 814. How can I solve it ?
Thank you very much.