A Kaldi baseline model adapted to personal/non-clustering machines.
-
s5_r1
- Revised from original egs/tedlium/s5_r1 script
- Using updated Kaldi library
-
s5_r2
- A tutorial example for undergraduate students
- Based on AISHELL-1 framework
- Using TED-LIUM 1 corpus
- To enable GPU exclusive mode via command "sudo nvidia-smi -c 3"
- Type "screen" in command prompt to enter background process
- cd s5_r2
- Configure the variable exactDataDir in path.sh (The desired dataset location)
- bash run.sh
These are several hints for you to prepare your in-lab meeting presentation.
-
Basic
- Which type of features are used?
- Overall model building flow (To explain each step)
- Arguments of each line of code (file I/O)
- How to decode other wave files
- How to know the overall performance
-
Intermediate
- To visualize features (MFCC files, ivectors)
- To decode graph, decision trees
- Knowing the structure of neural networks