RUCAIBox/VQ-Rec

Is there are way to generate embeddings for user seq and item seq separately from VQ-rec model

shamanez opened this issue · 0 comments

I've seen in the code we mainly use a softmax objective during the fine-tuning. But I want to use vector similarities (approximate nearest neighbors) during the inference.

Have you guys tried the implementation in the above settings?