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

About number of shared layers #105

Open
pangjh3 opened this issue Nov 20, 2020 · 0 comments
Open

About number of shared layers #105

pangjh3 opened this issue Nov 20, 2020 · 0 comments

Comments

@pangjh3
Copy link

pangjh3 commented Nov 20, 2020

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!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant