Skip to content

Commit e75ce87

Browse files
Merge pull request #53 from oysteinsolheim/patch-2
Tiny typo inn CGConv-docs
2 parents 210d2c8 + cd600dc commit e75ce87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layers/conv.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ as the input size.
660660
x = rand(Float32, 2, g.num_nodes)
661661
e = rand(Float32, 3, g.num_edges)
662662
663-
l = GCNConv((2,3) => 4, tanh)
663+
l = CGConv((2,3) => 4, tanh)
664664
665665
y = l(g, x, e) # size: (4, num_nodes)
666666
```

0 commit comments

Comments
 (0)