cywang97 / StreamingTransformer

Apache License 2.0
271 stars 42 forks source link

align-variable #22

Open Guodong0712 opened 2 years ago

Guodong0712 commented 2 years ago

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!