Questions about Performance of Caser
outside-BUPT opened this issue · 0 comments
outside-BUPT commented
I modified the code based on https://github.com/graytowne/caser_pytorch and ran it on ML-1M dataset but the end result is not ideal.
The summary of the running results is as follows:
hit@10:0.622 , NDCG@10 = 0.481
The above evaluation metrics are much lower than those reported in the paper:
Hit@10 = 0.7886, NDCG@10 = 0.5538
I was wondering whether the difference was made due to my negligence. Could you please share your code. Looking forward to your reply! Thanks!