I have specified in /Ossian/train/.../speakers/.../naive_01_nn/processors/acoustic_predictor/config.cfg:
`
hidden_layer_size : [1024, 1024, 1024, 1024, 512]
hidden_layer_type : ['TANH', 'TANH', 'TANH', 'TANH', 'LSTM']
...
sequential_training : True
`
run_merlin runs fine, but store_merlin produces an error complaining about
' assert len(param_vals) == len(layer_types) * 2 ## W and b for each layer' in store_merlin.py
Can Ossian be used with an LSTM neural network?