ivy
ivy copied to clipboard
Add Loss functions to PyTorch Frontend
Add Loss functions to PyTorch 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.
_
- [x] #3037
- [x] #6993
- [x] #10484
- [x] #10295
- [x] #2751
- [ ] #24636
- [x] #12017
- [x] hinge_embedding_loss
- [x] #9183
- [x] #6965
- [x] #6443
- [x] #10198
- [x] #19764
- [x] multilabel_soft_margin_loss
- [x] #20121
- [x] #7140
- [x] #7065
- [x] #5546
- [x] #7592
- [x] #10609
- [x] #12176
The main file paths where these functions are likely to be added are:
ivy/functional/frontends/torch/loss\_functions.py
ivy\_tests/test\_ivy/test\_frontends/test\_torch/test\_loss\_functions.py
ivy/functional/frontends/torch/nn/functional/loss\_functions.py
- [x] https://github.com/unifyai/ivy/issues/3037
Hey, looks like the hinge_embedding_loss was already implemented in this PR #11124 but didn't get updated in the todo tracker.
It seems like the multilabel_soft_margin_loss is already implemented, but the task is still in the ToDo list as undone.
Are there still any todo loss functions left?
#26978
#26981