You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. Can you please give me the source code of seq2slate algorithm alone? I have searched the online environment but only to find it in ReAgent. It could be really kind of you as I am at the start step of reranking models. I promise I will only use it for research. My email is [email protected].
The text was updated successfully, but these errors were encountered:
Regarding Seq2Slate - be aware that the current version doesn't implement paddings in the batch. The main problem is the last decoder layer (specifically autoregressive decoding); it requires a symmetrical decoder mask in purpose to properly form the distribution over items, excluding paddings. If your problem definition assumes sequences of different lengths, you should carefully implement this logic
Hi. Can you please give me the source code of seq2slate algorithm alone? I have searched the online environment but only to find it in ReAgent. It could be really kind of you as I am at the start step of reranking models. I promise I will only use it for research. My email is [email protected].
The text was updated successfully, but these errors were encountered: