Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About data_origin.pos #8

Open
ljhOfGithub opened this issue Nov 23, 2023 · 1 comment
Open

About data_origin.pos #8

ljhOfGithub opened this issue Nov 23, 2023 · 1 comment

Comments

@ljhOfGithub
Copy link

ljhOfGithub commented Nov 23, 2023

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?

data = Data(x=x, edge_index=edge_index)

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?

@MUYI-XIAN
Copy link

i can`t run the whole program,if i run main.py,i will take an error--ZeroDivisionError: No admissable pairs in the dataset.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants