Skip to content

Latest commit

 

History

History
31 lines (15 loc) · 651 Bytes

README.md

File metadata and controls

31 lines (15 loc) · 651 Bytes

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"