-
Notifications
You must be signed in to change notification settings - Fork 391
s4571084 GCN model #310
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
s4571084 GCN model #310
Conversation
…n s4571084-gcn.py
|
TF/Torch UsageAdequate use and implementation Good Practice (Design/Commenting)Good spacing and comments AlgorithmDriver Script present Commit LogMeaningful commit messages DocumentationGood Description and Comments Pull RequestSuccessful Pull Request (Working Algorithm Delivered on Time in Correct Branch) |
Remove model.py to avoid clog up the repository
|
New version updated: delete mode files |
|
Not the model.py file, which is important, but delete the model weights (.npz file) which is 36 MB. Please revert the model.py deletion and delete the .npz file before I can merge. Feedback attempted so will award marks though. |
Hi Shakes and team,
This is my work using PyTorch to finish GCN model to carry out a semi supervised multi-class node classification using Facebook Large Page-Page Network dataset.
gnc.py: main script, trains the model and evaluates it
model.py: contains load data and GCN layers
facebook.npz contains all files
README.md: Description of my work
Thanks for a great course, look forward to any feedback.
Kind Regards,
shunyu Liu