-
Notifications
You must be signed in to change notification settings - Fork 50
Feature/torch_ranker #251
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
Feature/torch_ranker #251
Conversation
…r_pairs_csr; implicit ranker non-interface args to constructor
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #251 +/- ##
===========================================
Coverage 100.00% 100.00%
===========================================
Files 45 64 +19
Lines 2242 4138 +1896
===========================================
+ Hits 2242 4138 +1896 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
feldlime
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for this PR! I looks great, especially because implicit often don't see the GPU
I added just a few small comments to finalize it
Description
New torch ranker to allow ranking with gpu.
Type of change
New feature (non-breaking change which adds functionality)