Skip to content

Commit

Permalink
add debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Nov 18, 2023
1 parent d7d4638 commit b1c35d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/modeldiffs/torch2jax_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ def diff(self):
if s_p == s_j:
count += 1
else:
print('Difference in pytorch and jax key:')
print(k, s_p, s_j)
print(f'Number of values with identical shapes: {count}')

Expand Down

0 comments on commit b1c35d4

Please sign in to comment.