s4571084 GCN model - #310
Conversation
|
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
shunyuLiu
commented
Nov 22, 2021
New version updated: delete mode files |
shakes76
commented
Nov 22, 2021
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