Skip to content

Commit 2681e21

Browse files
authored
Docs error (#385)
1 parent 282c0cb commit 2681e21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/layers/conv.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1359,8 +1359,8 @@ function Base.show(io::IO, l::SGConv)
13591359
end
13601360

13611361
@doc raw"""
1362-
EdgeConv((in, ein) => out; hidden_size=2in, residual=false)
1363-
EdgeConv(in => out; hidden_size=2in, residual=false)
1362+
EGNNConv((in, ein) => out; hidden_size=2in, residual=false)
1363+
EGNNConv(in => out; hidden_size=2in, residual=false)
13641364
13651365
Equivariant Graph Convolutional Layer from [E(n) Equivariant Graph
13661366
Neural Networks](https://arxiv.org/abs/2102.09844).

0 commit comments

Comments
 (0)