From b2c3389e9c6375d9081625e75a99de98395f8e77 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 1 Nov 2022 16:19:01 +0100 Subject: Update --- dreambooth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dreambooth.py') diff --git a/dreambooth.py b/dreambooth.py index 17107d0..c0caf03 100644 --- a/dreambooth.py +++ b/dreambooth.py @@ -210,7 +210,7 @@ def parse_args(): parser.add_argument( "--ema_power", type=float, - default=5 / 6 + default=7 / 8 ) parser.add_argument( "--ema_max_decay", -- cgit v1.2.3-54-g00ecf