Skip to content

Commit e4b26f0

Browse files
Fix typo in GAT experiment comment
1 parent e58a8f9 commit e4b26f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labml_nn/graphs/gat/experiment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class CoraDataset:
3636
3737
The papers are the nodes of the graph and the edges are the citations.
3838
39-
The task is to classify the edges to the 7 classes with feature vectors and
39+
The task is to classify the nodes to the 7 classes with feature vectors and
4040
citation network as input.
4141
"""
4242
# Labels for each node

0 commit comments

Comments
 (0)