Skip to content

Commit

Permalink
false mixed precision
Browse files Browse the repository at this point in the history
  • Loading branch information
cloneofsimo committed Feb 13, 2023
1 parent 9b6df8f commit abbde84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lora_diffusion/cli_lora_pti.py
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ def train(
wandb_log_prompt_cnt=wandb_log_prompt_cnt,
class_token=class_token,
train_inpainting=train_inpainting,
mixed_precision=True,
mixed_precision=False,
tokenizer=tokenizer,
clip_ti_decay=clip_ti_decay,
)
Expand Down

0 comments on commit abbde84

Please sign in to comment.