yihong-chen / neural-collaborative-filtering

pytorch version of neural collaborative filtering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

0 NDCG and HR for training NeuMF and GMF

ltz0120 opened this issue · comments

Hi, I got a problem in training NeuMF and GMF. I always got 0 NDCG and HR value, and I didn't change anything on the code. The MLP is Okay though.

I changed the L2 regularization to 0 and it works. Thank you.

Tianze