Skip to content

supporting different intermediate sizes other than 4 * hidden_dim#389

Merged
jeffra merged 4 commits intomasterfrom
reyazda/support_different_intermediate_size
Sep 11, 2020
Merged

supporting different intermediate sizes other than 4 * hidden_dim#389
jeffra merged 4 commits intomasterfrom
reyazda/support_different_intermediate_size

Conversation

@RezaYazdaniAminabadi
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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