chenjy
Results
1
issues of
chenjy
## 🐛 Bug ## To Reproduce Steps to reproduce the behavior: ``` g = dgl.graph(([0, 1, 1, 2, 2, 3], [1, 2, 3, 3, 4, 5])) g.edata['x'] = torch.ones(g.num_edges()) with...
bug:confirmed