You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
UnsupervisedMT/NMT/src/model/attention.py
Line 76 in d5f2fc2
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!
The text was updated successfully, but these errors were encountered: