models
models copied to clipboard
Merlin Models is a collection of deep learning recommender system model reference implementations
# ❓ Questions & Help I am using the Nvidia Merlin Docker 23.08 Tensorflow container. I've created my training and validation datasets and saved them into parquet following the standard...
### Bug description The default embedding dimensions for categorical features computed by NVTabular often causes embedding collapse. I detailed this issue [here](https://github.com/NVIDIA-Merlin/NVTabular/issues/1890). When you modify the embedding dimensions directly in...
# ❓ Questions & Help ## Details How does DLRM compare to models like XGBoost in terms of predictive performance in ranking in recommender systems? Are deep learning methods consistently...
This repository has been configured to receive notifications when access to NVIDIA's self-hosted runners is within 30 days of expiration. See this [link](https://github.com/nv-gha-runners/enterprise-runner-configuration/blob/main/docs/renewing-access.md) for more information on how to renew...
# ❓ Questions & Help DLRMModel cannot load trained checkpoint properly. ## Details the torch implement of DLRMModel has an interaction layer implement with a member defined in register_buffer in...