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

Add GLU activation #20392

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add GLU activation #20392

wants to merge 2 commits into from

Conversation

shashaka
Copy link
Contributor

I noticed that the GLU activation function is not currently supported in Keras, despite its availability in the Torch and JAX frameworks. To address this gap, I implemented the GLU logic for both TensorFlow and NumPy, leveraging the existing implementations in JAX and Torch for consistency.

If this approach is acceptable, I can proceed by adding test cases to ensure the correctness of these implementations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Assigned Reviewer
Development

Successfully merging this pull request may close these issues.

2 participants