Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
Binary file added ablation_comparison.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ablation_curves.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ablation_results.pkl
Binary file not shown.
Binary file added ablation_results.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file added my_changes.patch
Empty file.
529 changes: 529 additions & 0 deletions pygcn/ablation_study.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pygcn/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def encode_onehot(labels):
return labels_onehot


def load_data(path="../data/cora/", dataset="cora"):
def load_data(path="./data/cora/", dataset="cora"):
"""Load citation network dataset (cora only for now)"""
print('Loading {} dataset...'.format(dataset))

Expand Down