Skip to content

Commit

Permalink
Update conv.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
rbSparky authored Aug 4, 2024
1 parent cd28e97 commit 7f1a07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNNLux/src/layers/conv.jl
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ end

LuxCore.outputsize(d::NNConv) = (d.out_dims,)

function Base.show(io::IO, l::GINConv)
function Base.show(io::IO, l::NNConv)
print(io, "NNConv($(l.nn)")
print(io, ", $(l.ϵ)")
l.σ == identity || print(io, ", ", l.σ)
Expand Down

0 comments on commit 7f1a07a

Please sign in to comment.