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

Graph Convolutional Network #1163

Merged
merged 5 commits into from
Jun 12, 2023
Merged

Graph Convolutional Network #1163

merged 5 commits into from
Jun 12, 2023

Conversation

JoseLuisC99
Copy link
Contributor

Re #1131

This pull request adds the code implementation of the Graph Convolutional Networks (GCN) algorithm based on the paper Semi-Supervised Classification with Graph Convolutional Networks. The implementation includes the necessary modules and functions to train and evaluate the model on the CORA dataset. The code follows the guidelines and design decisions described in the paper, providing a faithful reproduction of the original algorithm. The implemented GCN achieves a test accuracy of 81.1%, showcasing its effectiveness in semi-supervised classification tasks.

Screenshot GCN

@netlify
Copy link

netlify bot commented Jun 10, 2023

Deploy Preview for pytorch-examples-preview failed.

Name Link
🔨 Latest commit fc65958
🔍 Latest deploy log https://app.netlify.com/sites/pytorch-examples-preview/deploys/6486771253fb0e0007b6f2ac

Copy link
Member

@msaroufim msaroufim left a comment

Choose a reason for hiding this comment

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

Sweet! Thank you! Do you mind rebasing to main to retrigger the doc build?

@msaroufim
Copy link
Member

We have some other doc issue @svekars is looking into, so will merge your PR for now. Some low probability we need to forward fix the rst pages but let's see

@msaroufim msaroufim merged commit 7f7c222 into pytorch:main Jun 12, 2023
2 of 6 checks passed
@JoseLuisC99 JoseLuisC99 deleted the gcn branch June 12, 2023 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants