NVIDIA-Merlin / NVIDIA-Merlin/Merlin

[RMP] Performant large embedding table support

Open
#733 5 comments 0 reactions 3 assignees View on GitHub

@edknv is already working on this.

Since Feb 28, 2023.

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

Description

Problem:

Goal:

New Functionality

  • Models
    • ...
  • Transformers4Rec
    • ...
  • NVTabular
    • ...
  • Systems
    • ...

Constraints:

##Architectural consideration
NA

Starting Point:

Model Parallel Support

Feature engineering that reduces embedding size

  • Mixed Dimension Embeddings
  • Frequency Capping
  • Frequency Hashing
  • Bloom Embeddings
  • TT-Rec

Reduced Precision Support

  • Sparse Row-wise Optimizers (Facebook Research DLRM)
  • Reduced Precision Optimizers
  • Reduced Embedding Precision

Not storing user embeddings

  • Represent user as item embedding aggregations (YouTube DNN)

Inference Support

  • Hierarchical Parameter Server Support

Serving

Example

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.