-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
embed_tokens #59
Comments
I found one blog (in Japanese) that might be useful https://zenn.dev/selllous/articles/retnet_tutorial. |
A simple |
I also encountered this problem. When I want to use the encoder and decoder modules separately, the code will report an error, I also want to know where the problem is and how to solve it |
from fairseq.models.transformer import DEFAULT_MIN_PARAMS_TO_WRAP, Embedding I can't find the transformer. |
In the RetNet model, embed _ tokens is not given, I can 't run the code. When I use this model, what should the parameter token _ embeddings pass ? Or how do I define embed _ tokens ?
The text was updated successfully, but these errors were encountered: