We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like to add the Triplet Marginal Loss Function.
Reference: https://pytorch.org/docs/stable/_modules/torch/nn/functional.html#triplet_margin_loss
The text was updated successfully, but these errors were encountered:
Hello @cvnad1,
Feel free to proceed and add it to the self_supervised folder of the losses, so here
Sorry, something went wrong.
@vroulet Hey sorry for a little delay
I completed the code for the loss function and am currently adding tests. Once the tests are added, I will create a PR.
Thanks for giving me the location where to add !!!
No branches or pull requests
I would like to add the Triplet Marginal Loss Function.
Reference: https://pytorch.org/docs/stable/_modules/torch/nn/functional.html#triplet_margin_loss
The text was updated successfully, but these errors were encountered: