-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP [not-for-merge]: run aishell with latest recipe in Kaldi #3868
base: pybind11
Are you sure you want to change the base?
Conversation
can you remind me how this compares with the currently-checked-in results? |
Copied from @csukuangfj 's commit https://github.com/mobvoi/kaldi/blob/e8a28b5c96d1f2bc428ebbfa0cc20c51cbccd77b/egs/aishell/s10/RESULTS pytorch: Results for kaldi pybind LF-MMI training with PyTorch
tdnn_1b: Results for kaldi nnet3 LF-MMI training https://github.com/mobvoi/kaldi/blob/44ae951ea9c6f509dda24c60d29e5dddb482e3e1/egs/aishell/s10/local/run_tdnn_1b.sh#L100
|
OK, so we have some way to go, but it's all straightforward in principle. I am trying to relax on this vacation so I can get to work hard when I come back... |
How long did it take for the training part of It costs me 6 hours and 37 minutes to reach |
it took about 4 hours.
|
It took me more than 19 hours for the nnet3 traning part and it gives me similar results as haowen's:
@qindazhu I think you mixed Part of the training log is as follows:
|
@csukuangfj yes, I mixed up the result in the table for Kaldi result, I have updated the table, thanks! |
bacf975
to
870778f
Compare
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Run aishell with latest recipe in Kaldi which is copied from tedlium/s5_r3/:
run_kaldi.sh
: the main script including steps before chain model training, with mfcc feature instead of mfcc_pitchrun_tdnn_1d.sh
: chain model with ivectorrun_tdnn_1c.sh
: chain model without ivector.Result
TODO