You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lib/mix2_10.hed: increase number of Gaussian mixtures
03_training.sh: increase training iteration
run.sh: an additional script that runs the whole training and testing pipeline directly
Implementation details are specified in "report.pdf".
An testing accuracy of 97.76% is achieved with this implementation.
File Description
.
├── htk341_debian_x86_64/ ... Compiled Binary Files of the HTK toolkit
├── src/ ... scripts to run the HTK toolkit, and model implementations
├── image/ ... Results
├── problem_description.pdf Work spec
├── report.pdf Report describing this work
└── Readme.md This file
$ wget http://speech.ee.ntu.edu.tw/homework/DSP_HW2-1/htk341_debian_x86_64.tar.gz
$ tar zxvf htk341_debian_x86_64.tar.gz
Place the unzip .tar folder under the same directory as ./src