DeepMatch icon indicating copy to clipboard operation
DeepMatch copied to clipboard

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.

Results 44 DeepMatch issues
Sort by recently updated
recently updated
newest added

**Describe the bug** 成功加载训练好的YoutubeDNN模型后,使用Model(input=model.user_input,outputs=model.user_embedding)时,报Attributeerror:model has no attribute 'user_input'。请大神们指点迷津! **Operating environment** - python version [3.6] - tensorflow version [1.14.0] - deepmatch version [0.2.0]

question

大家用的是那个版本,对应的是python那个版本,tensorflow用的是那个版本,我和一直跑不起来能不能来个requirement文件

question

同样的特征,预测的用户向量固定,每次都发生改变,这块如果设置能够将其稳定

question