ZhengkunTian / rnn-transducer

A Pytorch Implementation of Transducer Model for End-to-End Speech Recognition
231 stars 56 forks source link

how to preprocess the dataset? #10

Closed w5688414 closed 4 years ago

w5688414 commented 4 years ago

so what's the data structure of the

train: egs/aishell/data/train dev: egs/aishell/data/dev test: egs/aishell/data/test

Can you show me some examples?

ZhengkunTian commented 4 years ago

Ok, I will add the preparation to the readme.

BuaaAlban commented 4 years ago

so what's the data structure of the

train: egs/aishell/data/train dev: egs/aishell/data/dev test: egs/aishell/data/test

Can you show me some examples?

In kaldi, kaldi-master/egs/timit/s5/run.sh this script will help you get the related files.