tencent-ailab / pika

a lightweight speech processing toolkit based on Pytorch and (Py)Kaldi
Apache License 2.0
338 stars 57 forks source link

How to use streaming data #7

Open d049 opened 3 years ago

cweng6 commented 3 years ago

I guess you were talking about training a streaming ASR system with limited input look-ahead context? The default training config uses a transformer structure with full context, therefore it's not a model that can be used in a streaming system. Later on, we will release a few models that can work in streaming mode.