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

supporting different intermediate sizes other than 4 * hidden_dim #389

Merged
merged 4 commits into from
Sep 11, 2020

Conversation

RezaYazdaniAminabadi
Copy link
Contributor

We previously had the assumption that the intermediate size is always 4 times hidden_dimension. Now, I make it configurable with having the same intermediate_size as before by default.

# (8,1536,128,24,3,False,False),
# (8,1536,128,24,3,False,True),
# (8,2048,128,32,3,False,False),
# (8,2048,128,32,3,False,True),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why disable these tests?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I put them back!

@jeffra jeffra merged commit e549be6 into master Sep 11, 2020
jeffra added a commit that referenced this pull request Sep 11, 2020
jeffra added a commit that referenced this pull request Sep 11, 2020
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

Successfully merging this pull request may close these issues.

4 participants