Skip to content

Commit 8541c5d

Browse files
Update src/layers/conv.jl
Co-authored-by: Carlo Lucibello <[email protected]>
1 parent c0f50e9 commit 8541c5d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/layers/conv.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,6 @@ l = GMMConv(in_feature=>out_feature, K, e_dim)
11071107
l(g, x, e)
11081108
```
11091109
"""
1110-
11111110
struct GMMConv{A<:AbstractMatrix, B, F} <:GNNLayer
11121111
mu::A
11131112
sigma_inv::A

0 commit comments

Comments
 (0)