Skip to content

Commit

Permalink
Merge pull request tkipf#25 from wbadart/patch-1
Browse files Browse the repository at this point in the history
models.py: absolute import layers.GraphConvolution
  • Loading branch information
tkipf authored Oct 20, 2018
2 parents 5488806 + ec1b125 commit 4396e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygcn/models.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import torch.nn as nn
import torch.nn.functional as F
from layers import GraphConvolution
from pygcn.layers import GraphConvolution


class GCN(nn.Module):
Expand Down

0 comments on commit 4396e4d

Please sign in to comment.