How to convert a pytorch geometric graph to Networkx Multigraph?

前端 未结 0 1341
旧时难觅i
旧时难觅i 2020-12-15 06:41

I have a weighted graph stored in Data object, and I want to convert this graph to Networkx MultiGraph. Here is what I have tried:

data = Data(x=x, edge_index         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题