-
Notifications
You must be signed in to change notification settings - Fork 658
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
Dynamic soft margin loss & Ranked List Loss #659
Dynamic soft margin loss & Ranked List Loss #659
Conversation
Ignore the crashing "trainers" workflow. Are the |
The losses's tests pass the majority of the time though sometimes i get the same assertion error; those times the difference between the correct loss and my loss is of 3e-4, but since other losses i created showed the same behavior (provided that the workflow tests passed everytime without any problem) i kept pushing to github. |
Thank you @domenicoMuscill0! |
Greetings, may i point out that the two issues related to this pull request
are still open? Also, is there any high priority issue/algorithm that you
would prefer me to put effort on? I was looking at the ProxyNCA++ loss
function, but if there is something else i can change quite easily.
Best regards,
Domenico Muscillo
Il Mar 12 Dic 2023, 08:34 Kevin Musgrave ***@***.***> ha
scritto:
… Thank you @domenicoMuscill0 <https://github.com/domenicoMuscill0>!
—
Reply to this email directly, view it on GitHub
<#659 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYI7GXRQLD7PWYIOLZULRWTYJACIFAVCNFSM6AAAAAA4AHQKLSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJRGQ2DKMRXGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Thanks for reminding me. I now uploaded v2.4.0 and closed those issues.
ProxyNCA++ might be good, but:
|
I have implemented these two loss functions. About the DSM loss i have added the possibility to use labels in case the user wants to, but it can be easily used as a self-supervised loss function