We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de5bb60 commit 57b0c56Copy full SHA for 57b0c56
src/layers/conv.jl
@@ -585,7 +585,7 @@ end
585
@doc raw"""
586
ResGatedGraphConv(in => out, act=identity; init=glorot_uniform, bias=true)
587
588
-The residual gated graph convolutional operator from the [Residual Gated Graph ConvNets]((https://arxiv.org/abs/1711.07553)) paper.
+The residual gated graph convolutional operator from the [Residual Gated Graph ConvNets](https://arxiv.org/abs/1711.07553) paper.
589
590
The layer's forward pass is given by
591
0 commit comments