Hi, I was trying to reproduce your results but I noticed that the test_users and test_items parameters passed to the function here: https://github.com/eelxpeng/CollaborativeVAE/blob/master/lib/cvae.py#L152 are never actually used in its body to make a prediction. Can you please tell me how to use these to actually generate a recommendation using your code?
Hi, I was trying to reproduce your results but I noticed that the
test_usersandtest_itemsparameters passed to the function here: https://github.com/eelxpeng/CollaborativeVAE/blob/master/lib/cvae.py#L152 are never actually used in its body to make a prediction. Can you please tell me how to use these to actually generate a recommendation using your code?