Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Dec 7, 2023
1 parent 1fb0f66 commit fd1593c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/modeldiffs/fastmri_layernorm/compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def sort_key(k):
i = i.replace('ConvTranspose2d', 'ConvTranspose')
if 'LayerNorm' in i:
layernorm = True
continue
if 'weight' in i:
if layernorm:
i = i.replace('weight', 'scale')
Expand Down

0 comments on commit fd1593c

Please sign in to comment.