-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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 NN Activation Functions to Paddle Frontend #15050
Labels
hacktoberfest
hacktoberfest
Paddle Frontend
Developing the Paddle Frontend, checklist triggered by commenting add_frontend_checklist
ToDo
A ToDo list of tasks
Comments
hmahmood24
added
Paddle Frontend
Developing the Paddle Frontend, checklist triggered by commenting add_frontend_checklist
ToDo
A ToDo list of tasks
labels
May 8, 2023
Closed
Closed
Closed
Closed
can i pick up sigmoid #19092 @hmahmood24 |
@ReneFabricius @hmahmood24 is the relu task is now assigned to me or there's another step I have to do ? |
AnnaTz
changed the title
Add
Add NN Activation Functions to Paddle Frontend
Sep 8, 2023
paddle.nn.functional.activation
NN Activation Functions to Paddle Frontend
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
hacktoberfest
hacktoberfest
Paddle Frontend
Developing the Paddle Frontend, checklist triggered by commenting add_frontend_checklist
ToDo
A ToDo list of tasks
Add NN Activation Functions to PaddlePaddle Frontend
Please keep in mind that the proper way to link an issue to this list is to comment "- [ ] #issue_number" while the issue's title only includes the name of the function you've chosen.
celu #16180
elu
elu_ #18944
gelu #15945
hardshrink #16185
hardtanh #16189
hardsigmoid #16197
hardswish
leaky_relu #18340
log_sigmoid #19327
maxout #26293
maxout
prelu #16337
relu
relu_ #16343
relu6 #16240
selu #15977
sigmoid #18312
silu #18946
softmax #19092
softmax_ #20644
softplus #19296
softshrink #16243
softsign #16245
swish #22894
mish #16249
stanh #20903
tanh_ #20667
tanhshrink #16293
thresholded_relu #16345
log_softmax #15916
glu #22315
gumbel_softmax #20671
rrelu #16456
The main file paths where these functions are likely to be added are:
ivy/functional/frontends/paddle/nn/functional/activation.py
ivy_tests/test_ivy/test_frontends/test_paddle/test_nn/test_functional/test_activation.py
The text was updated successfully, but these errors were encountered: