root commited on
Commit
aadbd6e
1 Parent(s): f76cb2b

try mixed_precision

Browse files
Files changed (1) hide show
  1. train_dreambooth.py +1 -1
train_dreambooth.py CHANGED
@@ -199,7 +199,7 @@ def parse_args():
199
  parser.add_argument(
200
  "--mixed_precision",
201
  type=str,
202
- default="no",
203
  choices=["no", "fp16", "bf16"],
204
  help=(
205
  "Whether to use mixed precision. Choose"
 
199
  parser.add_argument(
200
  "--mixed_precision",
201
  type=str,
202
+ default="fp16",
203
  choices=["no", "fp16", "bf16"],
204
  help=(
205
  "Whether to use mixed precision. Choose"