-
Notifications
You must be signed in to change notification settings - Fork 145
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
The implemented baseline issues #13
Comments
Hi Kiarash,
|
Hi @shayestehfard. No, Nothing. |
Hi @kiarashza and @shayestehfard , I am also trying to run the code on enzymes without any changes, but unfortunately the max pool matching code seems to throw nan values on the first epoch itself. This in turn, as expected, prevents the Hungarian algorithm to work, throwing a ValueError("invalid numeric entries in matrix"). I have tried changing the number of iterations, and the max_num_nodes for the graphs, but the issue persists. Did you face this? Any ideas how to fix? Thanks |
Hi @rwchakra , I am facing the same issue. Have you fixed it? Do you have any ideas if so? Thank you so much! |
Hi all,
Thanks. |
It seems the |
Many thanks for releasing the code. I have some questions regarding the GraphVAE.
It seems that the encoder is not using the graph neural network, the GCN layers are commented at lines 113-118 of baselines/graphvae/model.py. Am I right?
The binary assignment matrix has not been used after matching graphs, since self.permute_adj is also commented. if that's the case, the model is a simple Variational Graph Auto-Encoders implemented by kipf.
I uncommented these parts and still did not get the reported result in the GrapgRNN paper. I am not sure what could be the problem. I was wondering if this implementation of the GrapgVAE model used in the paper.
Many thanks for your help and answer.
The text was updated successfully, but these errors were encountered: