Skip to content

Commit

Permalink
readme for gcn and gat dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
lingfanyu committed Jun 20, 2018
1 parent 9f0d9e4 commit 20d5d53
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/pytorch/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# DGL example models

## Dataset
gat.py and gcn.py use real dataset, please download citeseer/cora/pubmed dataset from:
https://github.com/tkipf/gcn/tree/master/gcn/data

dataset.py (adapted from tkipf/gcn) assumes that there is a "data" folder under current directory

0 comments on commit 20d5d53

Please sign in to comment.