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

Running issue of LINKX model #11

Open
VeritasYin opened this issue Dec 15, 2022 · 0 comments
Open

Running issue of LINKX model #11

VeritasYin opened this issue Dec 15, 2022 · 0 comments

Comments

@VeritasYin
Copy link

Hello,

I got an issue of running LINKX model for scalable experiments. In particular, in the forward function of LINKX model, it needs to construct a sparse tensor (line 39, models.py), whose dimension is set to (m, self.num_nodes). m is the number of unique nodes in the parsed data batch. However, since the edge indices are not relabeled, there are certainly some node indices exceeding the number of unique nodes (m value here). Is this a bug or I got some wrong here?

Thanks!

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

1 participant