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

Missing nn.LeakyReLU in models.py #2

Open
PREPONDERANCE opened this issue Oct 5, 2024 · 0 comments
Open

Missing nn.LeakyReLU in models.py #2

PREPONDERANCE opened this issue Oct 5, 2024 · 0 comments

Comments

@PREPONDERANCE
Copy link

Thanks for the code!

In models.py line 104 and line 118, I saw two missing nn.LeakyReLU after convolution blocks. To my knowledge, the conventions write it that each convolution block (or linear block) should be followed by an activation function, a leaky relu in this case. Besides, I did not see any additional notes in the original paper stating this architecture.

Point me in the right direction if I was wrong. Thanks!

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