models
models copied to clipboard
[TASK] Masking shouldn't be used for test data
Masking class: sequences are shifted to keep the last item as a label during evaluation (Training=False) but we should disable masking and keep the sequence as it is for the Test data
@sararb added ignore_masking flag in the TF4Rec to avoid this issue.
Relevant PRs: https://github.com/NVIDIA-Merlin/models/pull/780 https://github.com/NVIDIA-Merlin/models/pull/775