-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Example][Refactor] Refactor GAT example #4240
Conversation
To trigger regression tests:
|
```bash | ||
python3 train_ppi.py --gpu=0 | ||
python3 train.py --dataset cora |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you drop the support of PPI?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was thinking of simplicity.
Added PPI support back in case you think it is necessary (reported 5-rerun results compared to older version in above PR description).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also as a reminder here, I have removed "early stopping" function in both train.py
and train_ppi.py
for simplicity. Please let me know if you think if it is necessary and I will add it back.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jermainewang @yzh119 What do you think? Early stopping was added because some users complained about the accuracy.
e4a9467
to
36b467d
Compare
e958d8a
to
93dd2a7
Compare
* Refactor gat example * Add ppi support * Minor update * Update * Update * Change valid_xxx to val_xxx * Readme Update * Update Co-authored-by: Mufei Li <mufeili1996@gmail.com>
Description
Referring to: #4186, this PR is for refactoring GAT example. Only single GPU is implemented.
Checklist
Please feel free to remove inapplicable items for your PR.
or have been fixed to be compatible with this change
Changes
--dataset
, while using their default valuesResults