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

what is pyg version? #10

Open
sol924 opened this issue Sep 20, 2024 · 2 comments
Open

what is pyg version? #10

sol924 opened this issue Sep 20, 2024 · 2 comments

Comments

@sol924
Copy link

sol924 commented Sep 20, 2024

里面这段代码里面edge_gate = None
if self.gate:
edge_gate = self.lin_edge_gate(edge_attr).view(-1, H, C)
edge_gate = torch.sigmoid(edge_gate)
out = self.propagate(edge_index, query=query, key=key, value=value,
edge_attr=edge_attr, edge_gate=edge_gate,size=None)

propagate里面没有edge_gate这个参数

@weijielong
Copy link

在edge_augument_transformer_conv遇到同样的问题,请问您知道怎么解决了吗

@dsx0511
Copy link
Owner

dsx0511 commented Dec 7, 2024

@weijielong @sol924 我用的是pyg==2.0.4版本,应当是版本不兼容的问题

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

No branches or pull requests

3 participants