Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

About number of shared layers #105

Open
@pangjh3

Description

@pangjh3

if self.n_enc_layers - k <= self.share_enc - 1:

In this line, If n_enc_layers is 4 and the share_enc is 3, I found that the shared layer is lstm_2 and lstm_3. That is, lstm_1 is not shared.
Is it a mistake? Or am I wrong?
Thank you very much!

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