torchrec icon indicating copy to clipboard operation
torchrec copied to clipboard

Retrieval task and bruteForce prediction

Open Asanoci opened this issue 3 years ago • 2 comments

Hello,

I am wondering how to migrate my model from tensorflow_recommenders to pytorch torchRec, but I couldn't find the equivalent of the Retrival tasks and bruteForce predictions in the documentation.

Are there functions created for that ? Or one should code them from scratch ?

If it already exists and i didn't see it, sorry for that.

Thank you for your help :)

Asanoci avatar Sep 09 '22 14:09 Asanoci

@Asanoci we have an example of a retrieval model here, PTAL

https://github.com/pytorch/torchrec/tree/main/examples/retrieval

I'm not familiar with the bruteForce prediction model, could you help link it? I don't think we'd have this customly built model, but should be possible w/ our embedding module primitives

YLGH avatar Sep 12 '22 17:09 YLGH

@Asanoci, does this help resolve your issue? If so, I will close the issue

YLGH avatar Sep 21 '22 20:09 YLGH

@Asanoci Since we did not hear back from you, I am marking this issue closed. Feel free to re-open the issue if you have any questions.

ge0405 avatar Oct 18 '22 20:10 ge0405