Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Nov 22, 2023
1 parent 8243820 commit c44b5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/modeldiffs/criteo1tb_layernorm/compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def key_transform(k):
new_key = []
s_count = None
print('key')
print(key)
print(k)
for i in k:
if 'Sequential' in i:
s_count = int(i.split('_')[1])
Expand Down

0 comments on commit c44b5bd

Please sign in to comment.