Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

recommendation results not making sense #694

Open
riyaj8888 opened this issue Sep 7, 2023 · 1 comment
Open

recommendation results not making sense #694

riyaj8888 opened this issue Sep 7, 2023 · 1 comment

Comments

@riyaj8888
Copy link

`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

@mustfkeskin
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants