Skip to content
New issue

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

FEA: Add BiTGCF model #6

Merged
merged 5 commits into from
Mar 31, 2022
Merged

Conversation

Wicknight
Copy link
Collaborator

No description provided.

ego_embeddings = torch.cat([user_embeddings, item_embeddings], dim=0)
return ego_embeddings, norm_adj_matrix

def graph_layer(self, adj_matrix, all_embeddings): #, proxy_embeddings=None):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里似乎需要与输入all_embedding再相加一下以体现公式第一项
image

@linzihan-backforward linzihan-backforward merged commit 462580f into RUCAIBox:main Mar 31, 2022
linzihan-backforward added a commit that referenced this pull request May 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants