From 6c8cffe28baeafac77d047ff3f8ded9418033e2f Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 16 Jan 2023 15:52:43 +0100 Subject: More training adjustments --- training/strategy/ti.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'training/strategy') diff --git a/training/strategy/ti.py b/training/strategy/ti.py index 568f9eb..9d39e15 100644 --- a/training/strategy/ti.py +++ b/training/strategy/ti.py @@ -36,7 +36,7 @@ def textual_inversion_strategy( use_emb_decay: bool = False, emb_decay_target: float = 0.4, emb_decay_factor: float = 1, - emb_decay_start: float = 1e-4, + emb_decay_start: float = 0, use_ema: bool = False, ema_inv_gamma: float = 1.0, ema_power: int = 1, -- cgit v1.2.3-54-g00ecf