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

[Layer] add tanh-based approximate gelu activation function #2658

Merged
merged 1 commit into from
Jul 11, 2024
Merged

Commits on Jul 4, 2024

  1. [Layer] add tanh-based approximate gelu activation function

    - add tanh-based approximate gelu(tanh gelu) for vision transformer.
    - rename quick gelu to sigmoid gelu(it's a sigmoid-based approximate gelu)
    
    **Self evaluation:**
    1. Build test:	 [X]Passed [ ]Failed [ ]Skipped
    2. Run test:	 [X]Passed [ ]Failed [ ]Skipped
    
    Signed-off-by: Seungbaek Hong <[email protected]>
    baek2sm committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    dc18567 View commit details
    Browse the repository at this point in the history