models icon indicating copy to clipboard operation
models copied to clipboard

Merlin Models is a collection of deep learning recommender system model reference implementations

Results 205 models issues
Sort by recently updated
recently updated
newest added

### Bug description In the [Dressipi notebook](https://github.com/NVIDIA-Merlin/models/blob/main/examples/usecases/ecommerce-session-based-next-item-prediction-for-fashion.ipynb), after executing the "Feature Engineering with NVTabular" step, the transformed validation set output only has one row of `session_id` == 0 ### Expected...

bug
status/needs-triage

Fixes # (issue) ### Goals :soccer: ### Implementation Details :construction: ### Testing Details :mag:

### Goals :soccer: To prepare for migrating to our new dataloaders package, this PR renames `BatchedDataset` to `Loader` since that will be the new name. This PR also exposes the...

chore

### Goals :soccer: Add Notebooks for multi-optimzier and layer freezing [Slides of final internship presentation](https://nvidia-my.sharepoint.com/:p:/p/mengyaox/ETGXMs5QthdHrFg3kuTmUU4BFYd1kR5I1tnCl60P5OASFg?e=OWeu5V)

status/needs-review
examples

**Describe the bug** I've been able to train a Merlin model in a Vertex Notebook (using merlin base image). Now I'm trying to train the same model in Vertex AI...

bug
P1

### Bug description Target in schema causes incorrect down scoring of false negative. With target in the schema, the positive item ids are all made the values of the target...

bug
status/needs-triage
P1

Implements #694

enhancement

Fixes # (issue) ### Goals :soccer: ### Implementation Details :construction: ### Testing Details :mag:

enhancement

We would like to add capabilities to a `ParallelBlock` to select sub-graphs. This can be useful for instance to select the `item-id` embedding-table from a `InputBlock`. Another instance where this...