Skip to content

Commit

Permalink
Update params.py: "BatchNorm" -> "LayerNorm" in the description strin…
Browse files Browse the repository at this point in the history
…g for "--lock-text-freeze-layer-norm" (#767)
  • Loading branch information
xwen99 authored Dec 21, 2023
1 parent 73ad04a commit 695c72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/training/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ def parse_args(args):
"--lock-text-freeze-layer-norm",
default=False,
action='store_true',
help="Freeze BatchNorm running stats in text tower for any locked layers.",
help="Freeze LayerNorm running stats in text tower for any locked layers.",
)
parser.add_argument(
"--log-every-n-steps",
Expand Down

0 comments on commit 695c72d

Please sign in to comment.