We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the paper, it says the lth P-GNN layer first samples k random anchor-sets...
the lth P-GNN layer first samples k random anchor-sets...
I noticed that you called two sampling functions in the preselect_anchor function. One is for each layer and the other is resampled only once.
preselect_anchor
In the P-GNN model, these three lines are calling the same anchor sets. line 1, line 2, line 3.
P-GNN
Any idea on this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the paper, it says
the lth P-GNN layer first samples k random anchor-sets...
I noticed that you called two sampling functions in the
preselect_anchor
function. One is for each layer and the other is resampled only once.In the
P-GNN
model, these three lines are calling the same anchor sets. line 1, line 2, line 3.Any idea on this?
The text was updated successfully, but these errors were encountered: