Skip to content

Commit b70ee4c

Browse files
author
Michael Abbott
committed
rm promotion
1 parent 45f907d commit b70ee4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/layers/basic.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ end
141141

142142
function (a::Dense)(x::AbstractVecOrMat)
143143
W, b, σ = a.W, a.b, a.σ
144-
145144
# reshape to handle dims > 1 as batch dimensions
146145
sz = size(x)
147146
x = reshape(x, sz[1], :)

0 commit comments

Comments
 (0)