Skip to content

Commit 5dfd3fd

Browse files
committed
fix acc drop bug
1 parent 692912e commit 5dfd3fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/graphbolt/rgcn/hetero_rgcn.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ def main(args):
671671
"igb-het-medium",
672672
"igb-het-large",
673673
"igb-het",
674-
"igb-het-MLPerf"
674+
"igb-het-MLPerf",
675675
],
676676
help="Dataset name. Possible values: ogbn-mag, ogb-lsc-mag240m, "
677677
" igb-het-[tiny|small|medium|large].",

0 commit comments

Comments
 (0)