Skip to content

Commit

Permalink
x_i to X_i
Browse files Browse the repository at this point in the history
  • Loading branch information
muhanzhang committed Mar 22, 2018
1 parent 5a3239e commit 44ad60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The main program of DGCNN is in "main.lua", please refer to it for more advanced
How to use your own datasets
----------------------------

DGCNN reads graph dataset in the format of dataset = {instance={i: {1: A_i, 2: x_i}}, label={i: label_i}}. You can check the format type:
DGCNN reads graph dataset in the format of dataset = {instance={i: {1: A_i, 2: X_i}}, label={i: label_i}}. You can check the format type:

dataset = torch.load("data/MUTAG.dat")

Expand Down

0 comments on commit 44ad60a

Please sign in to comment.