Skip to content

Commit

Permalink
more Rebasin fix for textencoder(BASE) #36, #37
Browse files Browse the repository at this point in the history
  • Loading branch information
wkpark committed Nov 17, 2023
1 parent d0979bc commit 097d903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/model_mixer.py
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ def get_rebasin_perms(mbws, isxl):
axes.append(axe)
perms += list(perm)

perms = sorted(list(set(perms)))
perms = sorted(list(set(perms) - set([None])))

return perms
return None
Expand Down

0 comments on commit 097d903

Please sign in to comment.