summaryrefslogtreecommitdiffstats
path: root/dreambooth.py
diff options
context:
space:
mode:
Diffstat (limited to 'dreambooth.py')
-rw-r--r--dreambooth.py2
1 files changed, 1 insertions, 1 deletions
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():
210 parser.add_argument( 210 parser.add_argument(
211 "--ema_power", 211 "--ema_power",
212 type=float, 212 type=float,
213 default=5 / 6 213 default=7 / 8
214 ) 214 )
215 parser.add_argument( 215 parser.add_argument(
216 "--ema_max_decay", 216 "--ema_max_decay",