Some modifications were brought to the initial project:
- Getting two characters at a time during parsing :
"scripts/processors/Phonetisers.py"
- Updated Theano flag and removing gpu bloking :
"scripts/util/submit.sh"
- LSTM config file :
"scripts/merlin_interface/feed_forward_dnn_ossian_acoustic_model.conf"
- 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"
- Removing VSM features that did not show to be useful
"recipes/naive_01_nn.cfg"