You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think you may forget to release the data_origin.pos code in the supernode_generation.py file, and so that the later process can't be continued. Could you please fix the bug?
This way, I guess the data must conclude pos information. How could I get the right data object?
I want to use the following code: pos = torch.tensor(coordinate_integrate, dtype=torch.float) data = Data(x=x, edge_index=edge_index, pos=pos)
Did you deal with it similarly?
The text was updated successfully, but these errors were encountered:
I think you may forget to release the data_origin.pos code in the supernode_generation.py file, and so that the later process can't be continued. Could you please fix the bug?
TEA-graph/Superpatch_network_construction/supernode_generation.py
Line 405 in 56cc31b
This way, I guess the data must conclude pos information. How could I get the right data object?
I want to use the following code:
pos = torch.tensor(coordinate_integrate, dtype=torch.float) data = Data(x=x, edge_index=edge_index, pos=pos)
Did you deal with it similarly?
The text was updated successfully, but these errors were encountered: