hexiangnan / neural_collaborative_filtering

Neural Collaborative Filtering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possibly error in NeuMF

kimjh12 opened this issue · comments

j = np.random.randint(num_items)

num_items is not defined in function scope. This line might throw an error when calling from outside. Sorry to bother you tho. Thx