NVIDIA-Merlin / NVIDIA-Merlin/Merlin

[RMP] Add support for ranking models in PyTorch

Open
#1,044 0 comments 0 reactions 1 assignee View on GitHub

@EvenOldridge is already working on this.

Since Jul 3, 2023.

roadmap
Dominant language
Python
Stars
907
Forks
129
PR merge metrics
No merged PRs in 30d

Description

Problem:

Goal:

Add support for ranking models in PyTorch.

New Functionality

  • Models
    • Support Ranking Models
  • Systems
    • Make sure torch ranking models can be served

Starting Point:

Implement base-classes of block-API in PyTorch

People: @marcromeyn

Currently the block-API is T4Rec is using a similar design to Keras to allow for modules that lazily initialize their variables. We would like to deprecate this in favor of a native way to achieve the same thing that could launched recently.

Input-blocks

People: @marcromeyn

Output-blocks

People: @edknv & @marcromeyn

Blocks
Models

Examples

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.