Skip to content

multi-layer lstm implemention #12

@turned2670

Description

@turned2670

Hi, thank you for your open-source program.
I'm confused with how the multi-layer lstm was implemented. Without the MultiRNNCell, you leveraged the for loop and created a lstm for each layer. But I can't find out how the two layers are connected, because the inputs for the lstm of the second layer are still 'rnn_inputs', not the outputs from the previous layer.

Could you please point out how the two layers connected? Looking forward to your reply.

Thanks a lot.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions