Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jokeren committed Apr 21, 2024
1 parent d076e3e commit d708e38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ python rgat.py --device cuda --mode fasten --dataset AIFB
cd examples/rgcn
# Without fasten
# Available datasets are: DBLP, Freebase, AIFB, MUTAG, BGS, AM
python rgcn.py --device cuda --dataset DBLP
python rgcn.py --device cuda --example DBLP
# With fasten
python rgat.py --device cuda --mode fasten --dataset DBLP
python rgat.py --device cuda --mode fasten --example DBLP
```

- RGAT
Expand Down

0 comments on commit d708e38

Please sign in to comment.