Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Dec 7, 2023
1 parent 99da8ba commit 510e3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/modeldiffs/fastmri_layernorm/compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def sort_key(k):
if layernorm:
i = i.replace('weight', 'scale')
else:
i = i.replace('weight', 'dense')
i = i.replace('weight', 'kernel')
new_key.append(i)
new_key = tuple(new_key)
sd[new_key] = sd[k]
Expand Down

0 comments on commit 510e3d9

Please sign in to comment.