Skip to content

Commit 7f1a07a

Browse files
authored
Update conv.jl
1 parent cd28e97 commit 7f1a07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNNLux/src/layers/conv.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ end
669669

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

672-
function Base.show(io::IO, l::GINConv)
672+
function Base.show(io::IO, l::NNConv)
673673
print(io, "NNConv($(l.nn)")
674674
print(io, ", $(l.ϵ)")
675675
l.σ == identity || print(io, ", ", l.σ)

0 commit comments

Comments
 (0)