Tiiiger / SGC

official implementation for the paper "Simplifying Graph Convolutional Networks"
MIT License
831 stars 145 forks source link

Confusion on the reddit dataset #15

Closed tonyandsunny closed 5 years ago

tonyandsunny commented 5 years ago

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.

Tiiiger commented 5 years ago

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

tonyandsunny commented 5 years ago

torch 0.4.1

Tiiiger commented 5 years ago

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