[Doc]Fix examples on negative graph sampler (#2863)
* Fix examples on negative graph sampler
In heterogeneous graph, the old example may build a negative graph without edges. In dgl.dataloading.dataloader line637, it shows the key of neg_edges dict should be item in g.canonical_etypes.
* poke ci
Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com>
Showing
Please register or sign in to comment