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 fc11f58 commit 4746cc2
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 @@ -169,8 +169,8 @@ def _mats_prod(nngps, ntks):
is_input=ks[0].is_input,
diagonal_batch=ks[0].diagonal_batch,
diagonal_spatial=ks[0].diagonal_spatial,
shape1=None,
shape2=None,
shape1=ks[0].shape1,
shape2=ks[0].shape2,
batch_axis=ks[0].batch_axis,
channel_axis=ks[0].channel_axis,
mask1=None,
Expand Down

0 comments on commit 4746cc2

Please sign in to comment.