StreamingTransformer
StreamingTransformer copied to clipboard
align-variable
Hello, I run it in follow README, but got the below issue:
File "/home3/mgd/NNStudy/ASR/StreamingTransformer-master/espnet/asr/pytorch_backend/asr_ddp.py", line 118, in <listcomp> ys_pad = pad_list([torch.from_numpy(y) for y in ys]
I check the asr_ddp.py and have seen the align-variable, so the data-preparation need get the alignment-information?
Thank you very much!