Skip to content

RobinAlgayres/Ossian

 
 

Repository files navigation

LSTM on Ossian from CSTR-Edinburgh

Some modifications were brought to the initial project:

  1. Getting two characters at a time during parsing :

"scripts/processors/Phonetisers.py"

  1. Updated Theano flag and removing gpu bloking :

"scripts/util/submit.sh"

  1. LSTM config file :

"scripts/merlin_interface/feed_forward_dnn_ossian_acoustic_model.conf"

  1. LSTM were not implemented in original Ossian:

a) Storage in Ossian format is now possible:

"scripts/util/store_merlin_model.py"

b) Adding LSTM forward pass at test time

"scripts/processors/NN.py"

  1. Removing VSM features that did not show to be useful

"recipes/naive_01_nn.cfg"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 79.5%
  • Perl 11.3%
  • Shell 8.9%
  • Other 0.3%