Skip to content

is it possible to train an LSTM neural network with Ossian/Merlin? #16

@f-e-l-i-x

Description

@f-e-l-i-x

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions