Skip to content

layer normalization on the recurrent term or the sum of the input and recurrent? #2

@Sunnydreamrain

Description

@Sunnydreamrain

Hi,

From the paper "layer normalization", in section 3.1, layer normalization for rnn is used for the sum of the weighted input and weighted hidden. In the code of lngru, it seems ln is only applied to the weighted hidden instead of the sum?
Is there anything particular about this?

Thanks.

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