GraphLoG
GraphLoG copied to clipboard
Implementation of Self-supervised Graph-level Representation Learning with Local and Global Structure (ICML 2021).
Hi, thanks for such a promising work on graph-level task. Here i just confront some problems. According your paper, In E-step , you adopt a categorical distribution to init your...
Hi, I found that you are using the last accuracy as the reported accuracy in your code. Why not use the best-validated test accuracy? Are you also reporting the last...
Thanks for the great work! I have two questions about re-implementing the results for the BIO datasets since the code is not included in this repo. * In your paper,...
# Set up Python Testing Infrastructure ## Summary This PR establishes a comprehensive testing infrastructure for the GraphLoG project using Poetry as the package manager and pytest as the testing...