RecAlgorithm icon indicating copy to clipboard operation
RecAlgorithm copied to clipboard

主流推荐系统Rank算法的实现

Results 3 RecAlgorithm issues
Sort by recently updated
recently updated
newest added

跑bst的时候训练到中途报如下错误,请问作者知道什么问题吗 tensorflow.python.framework.errors_impl.InvalidArgumentError: 4 root error(s) found. (0) Invalid argument: Incompatible shapes: [102,1,1] vs. [1,3,102,102] [[node model/bst/add_2 (defined at data/code/aftonwu/contUndSta/dev/transformer_layer.py:124) ]] [[replica_1/model/bst_1/ExpandDims/_413]] (1) Invalid argument: Incompatible shapes: [102,1,1] vs. [1,3,102,102] [[node...

没改过参数 Exception has occurred: InvalidArgumentError Incompatible shapes: [64,0,16] vs. [1024,0,16] [[node attention_part/sub (defined at data/zqxu/RecAlgorithm/algorithm/DIN/din_attention.py:19) ]] Errors may have originated from an input operation. Input Source operations connected to node...

https://github.com/tangxyw/RecAlgorithm/blob/6e0de88b930fbe25fc3389e7cb6174bf891dd58d/algorithm/DeepFM/deepfm.py#L122