Skip to content

Commit 40871c4

Browse files
Update src/layers/conv.jl
Co-authored-by: Carlo Lucibello <[email protected]>
1 parent f1cd90c commit 40871c4

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
@@ -1161,7 +1161,7 @@ function Base.show(io::IO, l::GMMConv)
11611161
in, out, n_kernel, e_dim = l.ch[1], l.ch[2], l.n_kernel, l.e_dim
11621162
print(io, "GMMConv(", in, " => ", out)
11631163
print(io, ", n_kernel= ", n_kernel)
1164-
print(io, ", pseudo-cordinate dimension = ", e_dim)
1164+
print(io, ", e_dim = ", e_dim)
11651165
print(io, ")")
11661166

11671167
end

0 commit comments

Comments
 (0)