Open firqaaa opened 2 years ago
can anyone give the solution, facing same issue here aswell.
233行这里改成edge_index = add_self_loops(edge_index, num_nodes=num_nodes),这里是因为num_nodes没有传递到合适的位置
For others, make sure to install the libraries in this way: https://gist.github.com/ameya98/b193856171d11d37ada46458f60e73e7
To solve this problem, specify
edge_index, _ = add_self_loops(edge_index=edge_index, num_nodes=num_nodes)
I have tried to run this code in colab, everything fine until i got an error when trying to run main function, here is the details :
Why this can happen? can you give me a solution?