-
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 Loss Functions to Paddle Frontend #15053
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
hmahmood24
changed the title
Add
Add Jun 12, 2023
paddle.nn.functional.loss
NN Loss Functions to PaddlePaddle Frontendpaddle.nn.functional.loss
NN Loss Functions to Paddle Frontend
Closed
Hi @hmahmood24 , can you assign this task for me? |
This was referenced Jul 23, 2023
Closed
This was referenced Aug 22, 2023
Merged
Closed
AnnaTz
changed the title
Add
Add NN Loss Functions to Paddle Frontend
Sep 8, 2023
paddle.nn.functional.loss
NN Loss Functions to Paddle Frontend
-[ivy.edit_function] #23421 |
(#23421) |
hsigmoid_loss #23196 |
hey @KevinUli can you assign to me so I can work on this issue |
Aryan8912
added a commit
to Aryan8912/ivy
that referenced
this issue
Sep 29, 2023
Please review my PR |
5 tasks
npair_loss #26696 |
[ ] #26696 |
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 Loss 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.
binary_cross_entropy_with_logits #16741
cross_entropy #26076
dice_loss #18231
hsigmoid_loss #23196
kl_div #19610
l1_loss #19271
log_loss #18515
margin_ranking_loss #20862
mse_loss #17400
nll_loss #21312
npair_loss #21258
sigmoid_focal_loss #19759
smooth_l1_loss #18373
softmax_with_cross_entropy #22909
margin_cross_entropy #23398
square_error_cost
ctc_loss
hinge_embedding_loss #19010
cosine_embedding_loss #16727
multi_label_so #20797
triplet_margin_loss #20878
The main file paths where these functions are likely to be added are:
ivy/functional/frontends/paddle/nn/functional/loss.py
ivy_tests/test_ivy/test_frontends/test_paddle/test_nn/test_functional/test_loss.py
The text was updated successfully, but these errors were encountered: