LibRecommender icon indicating copy to clipboard operation
LibRecommender copied to clipboard

How can we extract user Embeddings and use them directly in tf serving instead of indices for DeepFM?

Open tanmaygovil1999-sharechat opened this issue 1 year ago • 4 comments

u want to extract user embeddings from DeepFM? I don't know how to do that, since the paper didn't provide such method.

massquantity avatar Sep 17 '22 04:09 massquantity

Okay Okay

And If I have a very huge dataset then how can I train DeepFM with split of that dataset ?

Huge data that can't fit into the memory? It is possible to use this library, but you need to write all the data processing by yourself. So I think it's not worth it.

massquantity avatar Sep 20 '22 15:09 massquantity