summaryrefslogtreecommitdiffstats
path: root/train_ti.py
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2023-01-01 22:08:21 +0100
committerVolpeon <git@volpeon.ink>2023-01-01 22:08:21 +0100
commit68164329b97f5cd79a56372dc6cace4b038afce8 (patch)
tree50d404f764a8e6f85fadcc0a45dd0b8da3b6e507 /train_ti.py
parentCleanup (diff)
downloadtextual-inversion-diff-68164329b97f5cd79a56372dc6cace4b038afce8.tar.gz
textual-inversion-diff-68164329b97f5cd79a56372dc6cace4b038afce8.tar.bz2
textual-inversion-diff-68164329b97f5cd79a56372dc6cace4b038afce8.zip
Update
Diffstat (limited to 'train_ti.py')
-rw-r--r--train_ti.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/train_ti.py b/train_ti.py
index 775b918..870bd40 100644
--- a/train_ti.py
+++ b/train_ti.py
@@ -250,7 +250,7 @@ def parse_args():
250 parser.add_argument( 250 parser.add_argument(
251 "--lr_annealing_exp", 251 "--lr_annealing_exp",
252 type=int, 252 type=int,
253 default=1, 253 default=2,
254 help='If lr_annealing_func is "half_cos" or "cos", exponent to modify the function' 254 help='If lr_annealing_func is "half_cos" or "cos", exponent to modify the function'
255 ) 255 )
256 parser.add_argument( 256 parser.add_argument(