Skip to content

Use just 1 lambda for input on layer 0 #234

@kroggen

Description

@kroggen

This line here appears strange:

x = (resid_lambdas[0] + x0_lambdas[0]) * x + bigram_lambdas[0] * x0_bigram

Does it really need 2 lambdas for input x on layer 0?

What about using just 1 lambda?

x = x0_lambdas[0] * x + bigram_lambdas[0] * x0_bigram 

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