cheungdaven / DeepRec

An Open-source Toolkit for Deep Learning based Recommendation with Tensorflow.
GNU General Public License v3.0
1.14k stars 293 forks source link

adjust init in lrml.py implementation #9

Closed lgdxiaobobo closed 5 years ago

lgdxiaobobo commented 5 years ago

After we ran lrml, we found that there was a problem with the definition of init, which missing num_factor. Therefore, the code for models/item_ranking/lrml.py has been modified.

cheungdaven commented 5 years ago

@lgdxiaobobo Thank you very much.