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

result of paper #8

Open
LYF14020510036 opened this issue May 11, 2019 · 3 comments
Open

result of paper #8

LYF14020510036 opened this issue May 11, 2019 · 3 comments

Comments

@LYF14020510036
Copy link

I am a beginner. I want to ask you how you got the result of your paper.The results of each validation are the max, and then the max in 10?

@veophi
Copy link

veophi commented May 21, 2019

I'm also very curious. I try to run the code and to adjust the hyper-parameters, but I cannot got expected results.

@xptree
Copy link

xptree commented Jan 19, 2020

Hey, @LYF14020510036 and @veophi have you solved the problem.

@weihua916
Copy link
Owner

Thank you for your interest!

To get the results in the paper, you will need to consider tuning hyper-parameters mentioned in the paper (including using --degree_as_tag for COLLAB, IMDB).

Also, in our paper, we did not use validation set (as the dataset sizes are extremely small). Instead, we first took average of validation curves across 10 folds, and then selected a single epoch that achieved the maximum averaged validation accuracy.

Besides, I strongly recommend using graph deep learning libraries that have been recently developed, such as Pytorch Geometric (https://pytorch-geometric.readthedocs.io/en/latest/) and DGL (https://www.dgl.ai/). They provide faster implementation of our GIN algorithm, and are very easy to use.

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

4 participants