DeepMatch
DeepMatch copied to clipboard
预估生成user_embedding时,提取YoutubeDNN模型结构报错
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]