From 39e3a4b5058e966d785bb593e0a2facac0592521 Mon Sep 17 00:00:00 2001 From: mikeboensel Date: Sun, 18 Feb 2024 10:17:28 -0500 Subject: [PATCH] Label clarifications --- library/class_basic_training.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/class_basic_training.py b/library/class_basic_training.py index 35d3e691c..6ce55e174 100644 --- a/library/class_basic_training.py +++ b/library/class_basic_training.py @@ -172,7 +172,7 @@ def __init__( info="Set to 0 to not train the Text Encoder 2" ) self.lr_warmup = gr.Slider( - label="LR warmup (% of steps)", + label="LR warmup (% of total steps)", value=lr_warmup_value, minimum=0, maximum=100, @@ -199,7 +199,7 @@ def __init__( maximum=100, value=0, step=1, - label="Stop text encoder training", + label="Stop text encoder training (% of total steps)", ) with gr.Row(visible=not finetuning): self.enable_bucket = gr.Checkbox(label="Enable buckets", value=True)