Skip to content

Commit 1dafb8d

Browse files
authored
Remove f from CGConv signature (#365)
1 parent 4c8df5d commit 1dafb8d

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
@@ -881,7 +881,7 @@ function Base.show(io::IO, l::ResGatedGraphConv)
881881
end
882882

883883
@doc raw"""
884-
CGConv((in, ein) => out, f, act=identity; bias=true, init=glorot_uniform, residual=false)
884+
CGConv((in, ein) => out, act=identity; bias=true, init=glorot_uniform, residual=false)
885885
CGConv(in => out, ...)
886886
887887
The crystal graph convolutional layer from the paper

0 commit comments

Comments
 (0)