models
models copied to clipboard
Merlin Models is a collection of deep learning recommender system model reference implementations
WIP. Moved from #783 because CI was stuck.
Fixes #611 Fixes #805 Uses a workaround in the integration test to avoid the issue #144 ### Goals :soccer: - The objective of this PR is to implement a new...
Fixes #144 ### Goals :soccer: - Debugging the source of issue #144, I noticed that Keras `.evaluate()` method does not reset metrics defined in the `compile()` methods. - While this...
# 🚀 Feature request Profiling the training&evaluation pipeline for retrieval and ranking models and finding bottlenecks that should be solved for better performance and GPU utilization. For performing this task,...
### Bug description I get the following error when I set `post='sequence_mean'` arg. ``` AttributeError Traceback (most recent call last) Cell In [40], line 39 22 model = mm.Model( 23...
Fixes # (issue) ### Goals :soccer: ### Implementation Details :construction: ### Testing Details :mag:
### Bug description I observed inconsistent evaluation metrics when running the integration tests with the new API: The first call of topk_encoder.evaluate() has some internal states in metrics that make...
### Bug description When using InputBlock to take in continouse sequence features, expected shape would be `[batch_size, seq_length, num_cont_features]`, but instead if became `[batch_size, num_cont_features*seq_length]`. And when concatenated with categorical...
### Goals :soccer: - Improve reliability of tests using top-k metrics ### Implementation Details :construction: - Adds `seed` parameter to TopKMetric classes to ensure results are consistent when evaluation run...
This PR cleans and organizes the example [09-Incremental-Training-with-Different-Learning-Rates-and-Layer-Freezing.ipynb](https://github.com/NVIDIA-Merlin/models/pull/667/files/1165d07b6765471dc7cb697918068f93184db873#diff-cb7137ba6d70ba60f4e5bfa06cf5d5121667447eb7ca41f339c1329e02203af2) in this PR https://github.com/NVIDIA-Merlin/models/pull/667. Missing: Will update the logo.