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

ReLU in PositionwiseFeedForward #13

Open
zhiqihuang opened this issue Jan 19, 2022 · 0 comments
Open

ReLU in PositionwiseFeedForward #13

zhiqihuang opened this issue Jan 19, 2022 · 0 comments

Comments

@zhiqihuang
Copy link

Here i is the index of self.layers, therefore it is always less than the length of self.layers.

Probably you mean

if i < len(self.layers) - 1

Then no ReLU and Dropout after the last positionwise layer.

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