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

[Example] Update GCN on ogbn-arxiv dataset #2153

Merged
merged 14 commits into from
Sep 5, 2020
Merged

Conversation

AiRyunn
Copy link
Contributor

@AiRyunn AiRyunn commented Sep 5, 2020

Description

Checklist

Please feel free to remove inapplicable items for your PR.

  • The PR title starts with [$CATEGORY] (such as [NN], [Model], [Doc], [Feature]])
  • Changes are complete (i.e. I finished coding on this PR)
  • All changes have test coverage
  • Code is well-documented
  • To the my best knowledge, examples are either not affected by this change,
    or have been fixed to be compatible with this change
  • Related issue is referred in this PR

Changes

@HuXiangkun
Copy link
Collaborator

LGTM

@HuXiangkun HuXiangkun merged commit 036084f into dmlc:master Sep 5, 2020
total_time += toc - tic
train_acc, val_acc, test_acc, train_loss, val_loss, test_loss = evaluate(
model, graph, labels, train_idx, val_idx, test_idx, args.use_labels
)
Copy link
Member

@mufeili mufeili Sep 5, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems to be a duplicate by accident. @espylapiza

@BarclayII BarclayII mentioned this pull request Sep 11, 2020
zhjwy9343 pushed a commit to zhjwy9343/dgl that referenced this pull request Sep 17, 2020
* [Example] GCN on ogbn-arxiv dataset

* Add README.md

* Update GCN implementation on ogbn-arxiv

* Update GCN on ogbn-arxiv

* Fix typo

* Use evaluator to get results

Co-authored-by: Mufei Li <mufeili1996@gmail.com>
Co-authored-by: Zihao Ye <expye@outlook.com>
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

Successfully merging this pull request may close these issues.

4 participants