tensorflow / ranking

Learning to Rank in TensorFlow
Apache License 2.0
2.74k stars 474 forks source link

Add CalibratedSoftmaxLoss #356

Closed JackGammack closed 1 year ago

JackGammack commented 1 year ago

I'm trying to understand and implement the CalibratedSoftmaxLoss used in the paper Scale Calibration of Deep Ranking Models. I would love to hear from y'all / the authors on if this implementation looks correct. If so, I'm happy to add tests for this new ranking loss. Thanks!

google-cla[bot] commented 1 year ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

lyyanlely commented 1 year ago

Thanks for the contribution, your code is now implemented in the latest version.