We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RecLearn/reclearn/models/ranking/afm.py
Line 69 in 4bbfb49
这里按照公式来的话,是不是应该直接reduce_sum(x,-1)就好了,不要再通过dense了,因为我们是要交叉项点积之和,这个过程其实也可以放到更早一些的地方
The text was updated successfully, but these errors were encountered:
No branches or pull requests
RecLearn/reclearn/models/ranking/afm.py
Line 69 in 4bbfb49
这里按照公式来的话,是不是应该直接reduce_sum(x,-1)就好了,不要再通过dense了,因为我们是要交叉项点积之和,这个过程其实也可以放到更早一些的地方
The text was updated successfully, but these errors were encountered: