1 - Priority P1featurehelp wanted
倉庫指標
- 星標
- (19,985 顆星)
- 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