shenweichen / DeepMatch

A deep matching model library for recommendations & advertising. It's easy to train models and to export representation vectors which can be used for ANN search.
https://deepmatch.readthedocs.io/en/latest/
Apache License 2.0
2.19k stars 525 forks source link

model.fit中传入的label应该是moive_id而不应该是0或者1label #59

Closed Rory602 closed 2 years ago

Rory602 commented 2 years ago

Describe the bug(问题描述) tf.nn.sampled_softmax_loss传如入moive_id, 所以 model.fit中传入的label应该是moive_id而不应该是0或者1label?

shuDaoNan9 commented 2 years ago

你再仔细想想