"docs/source/vscode:/vscode.git/clone" did not exist on "b3d10d6d65a80593627c6738fbeded2f69b5129f"
Unverified Commit 19a0ce4a authored by Alex Redden's avatar Alex Redden Committed by GitHub
Browse files

Fix lr-scaling store_true & default=True cli argument for textual_inversion training. (#1090)

Fix default lr-scaling cli argument
parent 856331c6
......@@ -164,7 +164,7 @@ def parse_args():
parser.add_argument(
"--scale_lr",
action="store_true",
default=True,
default=False,
help="Scale the learning rate by the number of GPUs, gradient accumulation steps, and batch size.",
)
parser.add_argument(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment