Jin-Duk

Results 3 comments of Jin-Duk

Thank you for your reply.!! It was very helpful. Can I ask one more question? I'm also wonder whether I can apply `NeighborSampler` function on **weighted graph** if I want...

You mean `edge_weight = data.edge_attr` in here?? Actually I built weighted graph upon **networkx graph** than I convert it to torch_geometric data using `from_networkx()` function and I think that this...

Im sorry I found that `from_networkx()`method also convert edge weight. anyway, my work example] * I want to aggregate information from sampled neighbor batch on weighted graph * (In graphsage_unsupervised...