Skip to content

Commit 96ffc62

Browse files
committed
Add PPI Jupyter notebook and improve Cora notebook
1 parent 9ef3353 commit 96ffc62

File tree

3 files changed

+39211
-109560
lines changed

3 files changed

+39211
-109560
lines changed

The Annotated GAT (Cora).ipynb

Lines changed: 23 additions & 24 deletions
Large diffs are not rendered by default.

The Annotated GAT (PPI).ipynb

Lines changed: 39186 additions & 109535 deletions
Large diffs are not rendered by default.

playground.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@ def visualize_graph_dataset(dataset_name):
155155
config = {
156156
'dataset_name': dataset_name, # Cora or PPI
157157
'layer_type': LayerType.IMP3, # don't care, but it's needed for load_graph_data function to work
158-
'should_visualize': True # visualize the dataset
158+
'should_visualize': True, # visualize the dataset
159+
'ppi_load_test_only': True # only used for PPI, let's just load the test graphs
159160
}
160161
load_graph_data(config, device)
161162

0 commit comments

Comments
 (0)