Closed ZhanqiuHu closed 4 months ago
The top-k model uses a brute force evaluation where each user query scores against the whole catalog of items and by default shuffling is set to False for eval and inference mode.
closing due to low activity, please reopen if you have further questions.
❓ Questions & Help
Details
I was looking at this tutorial and came across these two lines of code. I'm curious about what evaluation and sampling methods are used to compute the topk metrics, and how evaluation batch size and shuffling affect the computed metrics.
Thank!