Tiiiger / SGC

official implementation for the paper "Simplifying Graph Convolutional Networks"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Confusion on the reddit dataset

tonyandsunny opened this issue · comments

Hi! I'm very interested in your work. When I run code on reddit datasets,I encountered this errors.
adj = adj.cuda()
RuntimeError: torch.cuda.sparse.FloatTensor is not enabled.

Hi @tonyandsunny , can you let me know your pytorch version?

torch 0.4.1

@tonyandsunny you would need to use torch >= 1.0.0 as specified by README