Skip to content
Blaise Potard edited this page Mar 23, 2016 · 7 revisions

Welcome to the idlak wiki!

This page should be expanded in due time, but for now just some quick start instructions:

  1. Build kaldi:

    cd tools; make -j4; cd ..

    cd src; ./configure --use-cuda=yes; make depend; make -j4; cd ..

  2. Run DNN-TTS recipe:

    cd egs/tts_dnn_arctic/

    ./run_48k.sh

This should allow you to train a DNN system on the arctic database.

Clone this wiki locally