Skip to content

scrappythekangaroo/iss

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Model training and evaluation scripts

Overview

This is a collection of scripts for training and running speech recognition and (one day) synthesis. It is largely based on HTS rather than HTK.

The scripts themselves are written mainly in zsh, which is like sh or bash, but it handles arrays like csh. Basically, if you know bash then just pretend it's bash. The place where this will come undone is arrays: In bash the first element is ${array[0]}, in zsh it is $array[1]. bash's ${array[*]} is just $array in zsh. zsh is nicer :-)

These scripts will run under SGE simply by setting

export USE_GE=1

In this case, the sequence of working scripts called at top level form a graph of SGE jobs. Each working script is held until the previous one completes.

Documentation

For more documentation, please see the iss wiki on GitHub.

There is no mailing list (yet), but feel free to use the juicer list: To subscribe, send a message to mailto:juicer-list-request@idiap.ch with subscribe in the body.

Phil Garner, Idiap, October 2010

About

Scripts for speech processing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 75.7%
  • Python 16.3%
  • Ruby 6.3%
  • Perl 1.7%