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

Different weights for calculating probability #13

Open
ankit0905 opened this issue Mar 13, 2019 · 0 comments
Open

Different weights for calculating probability #13

ankit0905 opened this issue Mar 13, 2019 · 0 comments

Comments

@ankit0905
Copy link

In the file, “pubmed_inductive_appr2layers.py”, on line 123, you have used the adjacency matrix for the batch of nodes only to calculate the weights to be used for calculating probabilities for each node. While to calculate the same on line 128 (p2), you have used the adjacency matrix for the entire training nodes. Even in the other files, you have p0, as defined on line 107 in this file for the same.

So, shouldn’t it be same throughout and so p1 should be replaced by p0 rather in this file ?

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