Skip to content

Commit

Permalink
fix tests for channels_first (keras-team#18723)
Browse files Browse the repository at this point in the history
* fix tests for channels_first

* bug fix
  • Loading branch information
haifeng-jin authored Nov 4, 2023
1 parent c1ec2aa commit aa02010
Show file tree
Hide file tree
Showing 2 changed files with 504 additions and 395 deletions.
2 changes: 1 addition & 1 deletion keras/layers/convolutional/conv_transpose_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def np_conv2d_transpose(
strides,
padding,
output_padding,
data_format,
"channels_last",
dilation_rate,
)
jax_padding = compute_conv_transpose_padding_args_for_jax(
Expand Down
Loading

0 comments on commit aa02010

Please sign in to comment.