deep-river icon indicating copy to clipboard operation
deep-river copied to clipboard

[QUESTION] Embedding and Ranking

Open zeyaddeeb opened this issue 5 months ago • 0 comments

If I have a model like this:

class Model(torch.nn.Module):
...
        self.user_embed = torch.nn.Embedding(n_users, n_factors)
...

What would be the best way to implement def learn_one... given that new users get added from a stream?

zeyaddeeb avatar Jan 08 '24 20:01 zeyaddeeb