Unverified Commit fc55225f authored by Tomohiro Endo's avatar Tomohiro Endo Committed by GitHub
Browse files

Fix module name (#3128)

parent 5798ee8d
...@@ -8,7 +8,7 @@ import torch.optim as optim ...@@ -8,7 +8,7 @@ import torch.optim as optim
from dgl.data import GINDataset from dgl.data import GINDataset
from dataloader import GINDataLoader from dataloader import GINDataLoader
from parser import Parser from ginparser import Parser
from gin import GIN from gin import GIN
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment