mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-17 17:28:10 +08:00
add dilation for conv 3d layers + test for 3d conv w/ dilation (#1802)
This commit is contained in:
@@ -3540,7 +3540,7 @@ Shape conv_out_shape(
|
||||
|
||||
if (out_shape[i] <= 0) {
|
||||
std::ostringstream msg;
|
||||
msg << "[conv] Spatial dimensions of input after padding "
|
||||
msg << "[conv] Spatial dimensions of input after padding"
|
||||
<< " cannot be smaller than weight spatial dimensions."
|
||||
<< " Got error at axis " << i << " for input with shape " << in_shape
|
||||
<< ", padding low " << pads_lo << ", padding high " << pads_hi
|
||||
|
Reference in New Issue
Block a user