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 a140fc0 commit 9550c15
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 @@ -39,8 +39,8 @@ def key_transform(k):
i = name + '_' + str(3)
elif 'weight' in i:
i = i.replace('weight', 'kernel')

new_key.append(i)
print(new_key)
return tuple(new_key)


Expand Down

0 comments on commit 9550c15

Please sign in to comment.