Skip to content

Commit

Permalink
Also fix depthwise
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Sep 26, 2023
1 parent 38247ae commit cd59223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/impl/depthwiseconv_im2col.jl
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ function ∇depthwiseconv_data_im2col!(
gemm!(Val(false), Val(true), M, N, K, alpha, dy_ptr, w_ptr, T(0), col_ptr)
end
end
col2im!(view(dx, :, :, :, :, batch_idx), col_slice, cdims)
col2im!(view(dx, :, :, :, :, batch_idx), col_slice, cdims, beta)
end
end
end
Expand Down

0 comments on commit cd59223

Please sign in to comment.