hexiangnan / neural_collaborative_filtering

Neural Collaborative Filtering
Apache License 2.0
1.8k stars 653 forks source link

Possibly error in NeuMF #66

Open kimjh12 opened 4 years ago

kimjh12 commented 4 years ago

https://github.com/hexiangnan/neural_collaborative_filtering/blob/4aab159e81c44b062c091bdaed0ab54ac632371f/NeuMF.py#L145

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