recommenders icon indicating copy to clipboard operation
recommenders copied to clipboard

recommendation results not making sense

Open riyaj8888 opened this issue 2 years ago • 2 comments

`model = tf.saved_model.load(model_path)

request = {"userid":user_id}

scores,rec_item_ids = model(request) `

here rec_item_ids are all same and their scores as well .

any help why this is happening

riyaj8888 avatar Sep 07 '23 13:09 riyaj8888

My suggestion is to remove the embeddings and implement the ann module yourself. While doing these, you need to make sure that the indices do not shift.

mustfkeskin avatar Jan 16 '24 09:01 mustfkeskin