Skip to content

Commit 0926c49

Browse files
Update src/layers/conv.jl
Co-authored-by: Carlo Lucibello <[email protected]>
1 parent 510e430 commit 0926c49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/layers/conv.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,6 +1067,7 @@ end
10671067

10681068
@doc raw"""
10691069
GMMConv((in, ein) => out, σ=identity; K=1, bias=true, init=glorot_uniform, residual=false)
1070+
10701071
Graph mixture model convolution layer from the paper [Geometric deep learning on graphs and manifolds using mixture model CNNs](https://arxiv.org/abs/1611.08402)
10711072
Performs the operation
10721073
```math

0 commit comments

Comments
 (0)