Skip to content

Commit

Permalink
Update branching.py
Browse files Browse the repository at this point in the history
  • Loading branch information
romanngg committed Sep 28, 2023
1 parent 4746cc2 commit 09d7646
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neural_tangents/_src/stax/branching.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,8 @@ def kernel_fn(ks: Kernels, **kwargs) -> Kernel:
is_input=ks[0].is_input,
diagonal_batch=diagonal_batch,
diagonal_spatial=diagonal_spatial,
shape1=None,
shape2=None,
shape1=shape1,
shape2=shape2,
batch_axis=batch_axis,
channel_axis=channel_axis,
mask1=None,
Expand Down

0 comments on commit 09d7646

Please sign in to comment.