NVIDIA-Merlin / Merlin

NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature engineering and preprocessing to training deep learning models and running inference in production.
Apache License 2.0
722 stars 112 forks source link

[Task] Move examples that are split across repos (Systems, Models) into Merlin repo #1027

Open bschifferer opened 1 year ago

bschifferer commented 1 year ago

Description

We do not want to have examples, using multiple libraries in one repository. Therefore, we want to move the examples to Merlin/Merlin

Merlin Systems:

Merlin Models:

Transformers4Rec: We keep Transformers4Rec in the current state.

Merlin/Merlin:

https://github.com/NVIDIA-Merlin/Merlin/blob/main/examples/scaling-criteo/03-Training-with-HugeCTR.ipynb - please link it to https://github.com/NVIDIA-Merlin/HugeCTR/blob/main/notebooks/hugectr_criteo.ipynb
https://github.com/NVIDIA-Merlin/Merlin/blob/main/examples/scaling-criteo/04-Triton-Inference-with-HugeCTR.ipynb - please link it to https://github.com/NVIDIA-Merlin/HugeCTR/blob/main/hps_trt/notebooks/demo_for_tf_trained_model.ipynb
https://github.com/NVIDIA-Merlin/Merlin/blob/main/examples/getting-started-movielens/03-Training-with-HugeCTR.ipynb please link it to https://github.com/NVIDIA-Merlin/HugeCTR/blob/main/notebooks/movie-lens-example.ipynb
https://github.com/NVIDIA-Merlin/Merlin/blob/main/examples/getting-started-movielens/04-Triton-Inference-with-HugeCTR.ipynb  For this one, the example is not fully ready to be linked and hence I suggest to keep the current one for now.