Skip to content

Commit

Permalink
Fix argument
Browse files Browse the repository at this point in the history
  • Loading branch information
james77777778 committed Jun 2, 2024
1 parent b0de205 commit 8c60cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kimm/_src/layers/reparameterizable_conv2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def __init__(
self,
filters,
kernel_size,
strides=(1, 1),
strides=1,
padding=None,
has_skip: bool = True,
has_scale: bool = True,
Expand Down

0 comments on commit 8c60cce

Please sign in to comment.