PaddleRec
PaddleRec copied to clipboard
BST代码的一个bug
paddleRec/models/rank/bst/net.py
第435行 item_sequence = paddle.concat( [hist_item_emb, hist_item_emb, hist_position_emb], axis=2) 应该是 item_sequence = paddle.concat( [hist_item_emb, hist_cat_emb, hist_position_emb], axis=2)
您好,感谢您对PaddleRec的关注及指正,我们会尽快修复! 另外,对于类似这种问题,我们鼓励开发者提PR噢,合入成功后,您将会被记录在主页的贡献者名单中,欢迎参与~