models icon indicating copy to clipboard operation
models copied to clipboard

[TASK] Masking shouldn't be used for test data

Open sararb opened this issue 3 years ago • 2 comments

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 avatar Apr 22 '22 17:04 sararb

@sararb added ignore_masking flag in the TF4Rec to avoid this issue.

rnyak avatar Oct 03 '22 15:10 rnyak

Relevant PRs: https://github.com/NVIDIA-Merlin/models/pull/780 https://github.com/NVIDIA-Merlin/models/pull/775

rnyak avatar Oct 03 '22 15:10 rnyak