Skip to content

Commit 57b0c56

Browse files
Update conv.jl
1 parent de5bb60 commit 57b0c56

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
@@ -585,7 +585,7 @@ end
585585
@doc raw"""
586586
ResGatedGraphConv(in => out, act=identity; init=glorot_uniform, bias=true)
587587
588-
The residual gated graph convolutional operator from the [Residual Gated Graph ConvNets]((https://arxiv.org/abs/1711.07553)) paper.
588+
The residual gated graph convolutional operator from the [Residual Gated Graph ConvNets](https://arxiv.org/abs/1711.07553) paper.
589589
590590
The layer's forward pass is given by
591591

0 commit comments

Comments
 (0)