pyg-team/pytorch_geometric
在 GitHub 查看Support `AttentionalAggregation` for `HeteroConv`
Open
#7,414 建立於 2023年5月23日
1 - Priority P1featurehelp wanted
倉庫指標
- Star
- (19,985 star)
- PR 合併指標
- (平均合併 35天 1小時) (30 天內合併 14 個 PR)
描述
🚀 The feature, motivation and pitch
use pyg == 2.3.0
conv = HeteroConv({
edge_type: GraphConv(-1, second_channels) for edge_type in metadata[1]
}, aggr='attentional')
In pyg 2.3.0, can not use aggr.AttentionalAggregation to aggregation node feature from different edge type in above code, right ? (may i thought is wrong...), so can you give me some advice on how to integrate node features from different edges in pyg ?
Alternatives
No response
Additional context
No response