Woeee / FMLP-Rec

The source code for WWW 2022 Paper "Filter-enhanced MLP is All You Need for Sequential Recommendation"
39 stars 19 forks source link

About full sort #1

Closed FelixHilyer closed 2 years ago

FelixHilyer commented 2 years ago

Hi, thanks for your great work! But I have a question. I noticed that when using the parameter full sort, you use full items in validation and testing. Have you tried using the full sort during training as well, and how does it compare to that? Looking forward to your reply!

Woeee commented 2 years ago

Thanks for your praise If you choose full sort, in every epoch of training, the model will be evaluated using all items, which also decide the time to quit training. I hope my reply will help you.