"docs/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "e288f6ca01a5009ab32f1db010b31f14756e0303"
Unverified Commit 88a042d3 authored by Quan (Andy) Gan's avatar Quan (Andy) Gan Committed by GitHub
Browse files

fix reddit self loop (#2330)

parent 4fb0241b
......@@ -288,7 +288,7 @@ def run(proc_id, n_gpus, args, devices, data):
def main(args, devices):
# load reddit data
data = RedditDataset(self_loop=True)
data = RedditDataset(self_loop=False)
n_classes = data.num_classes
g = data[0]
features = g.ndata['feat']
......
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