Skip to content

Commit

Permalink
Remove f from CGConv signature (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
aurorarossi authored Jan 28, 2024
1 parent 4c8df5d commit 1dafb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layers/conv.jl
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ function Base.show(io::IO, l::ResGatedGraphConv)
end

@doc raw"""
CGConv((in, ein) => out, f, act=identity; bias=true, init=glorot_uniform, residual=false)
CGConv((in, ein) => out, act=identity; bias=true, init=glorot_uniform, residual=false)
CGConv(in => out, ...)
The crystal graph convolutional layer from the paper
Expand Down

0 comments on commit 1dafb8d

Please sign in to comment.