Skip to content

Commit 31d3f9f

Browse files
committed
fix typo
1 parent 4e19222 commit 31d3f9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/graphproppred/code2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This repository includes the scripts for GNN baselines for `ogbg-code2` dataset.
44
This code requires Pytorch Geometric version>=`1.5.0`.
55

6-
**Note (Feb 24, 2021)**: The older version `ogbg-code` is deprecated due to prediction target (i.e., method name) leakage in input AST. `ogbl-code2` (available from `ogb>=1.2.5` ) fixes this issue, where the method name and its recursive definition in AST are replace with a special token `_mask_`. The leaderboard results of `ogbg-code` and `ogbg-code2` are *not* comparable.
6+
**Note (Feb 24, 2021)**: The older version `ogbg-code` is deprecated due to prediction target (i.e., method name) leakage in input AST. `ogbg-code2` (available from `ogb>=1.2.5` ) fixes this issue, where the method name and its recursive definition in AST are replace with a special token `_mask_`. The leaderboard results of `ogbg-code` and `ogbg-code2` are *not* comparable.
77

88
## Training & Evaluation
99

0 commit comments

Comments
 (0)