cheungdaven / DeepRec

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

When users and items are very large, how to run with *MF? #6

Closed gumanchang closed 5 years ago

gumanchang commented 5 years ago

In practice, the number of users or items are usually extremely huge, So, tf.nn.embedding_lookup seems operation is impossible. How to deal with it?

gumanchang commented 5 years ago

solved.