ivy icon indicating copy to clipboard operation
ivy copied to clipboard

Add Loss functions to PyTorch Frontend

Open djl11 opened this issue 3 years ago • 5 comments

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

djl11 avatar Jan 19 '22 10:01 djl11

  • [x] https://github.com/unifyai/ivy/issues/3037

whitepurple avatar Aug 15 '22 10:08 whitepurple

Hey, looks like the hinge_embedding_loss was already implemented in this PR #11124 but didn't get updated in the todo tracker.

nhewitt99 avatar Aug 31 '23 19:08 nhewitt99

It seems like the multilabel_soft_margin_loss is already implemented, but the task is still in the ToDo list as undone.

CanKeles5 avatar Sep 13 '23 08:09 CanKeles5

Are there still any todo loss functions left?

HemanthSai7 avatar Sep 17 '23 07:09 HemanthSai7

#26978

Rhythm1821 avatar Oct 12 '23 21:10 Rhythm1821

#26981

Rhythm1821 avatar Oct 12 '23 22:10 Rhythm1821