Skip to content
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

Does the Reformer have more parameters than the baseline? #1749

Open
alexm-gc opened this issue Jun 6, 2022 · 0 comments
Open

Does the Reformer have more parameters than the baseline? #1749

alexm-gc opened this issue Jun 6, 2022 · 0 comments

Comments

@alexm-gc
Copy link

alexm-gc commented Jun 6, 2022

Regarding Reformer: paper | code

From paper:

.. show that it performs the same as the normal Transformer when using the same number of parameters; we achieve this by having both x1 and x2 have size d_model.

I see how the parameters of Attention and MLP does not increase. But what about
(1) the embedding layer and
(2) the final projection layer?

Question 0. Why does the parameters of the initial embedding layer not increase if we double d_model?.

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

No branches or pull requests

1 participant