Advertisement
littletail

File Structure in Training Acoustic Model

Jul 3rd, 2014
11,532
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. - etc/
  2. + your_db.dic (phonetic dictionary)
  3. + your_db.phone (phoneset file)
  4. + your_db.lm.DMP (language model)
  5. + your_db.filler (filler dictionary)
  6. + your_db_train.fileids (file_id for training)
  7. + your_db_train.transcription (transcription for training)
  8. + your_db_test.fileids (file_id for testing)
  9. + your_db_test.transcription (transcription for testing)
  10. - wav/
  11. + speaker_1/
  12. * file_1.wav (speech recording)
  13. + speaker_2/
  14. * file_2.wav
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement