Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
b5d0a913
Commit
b5d0a913
authored
Apr 10, 2023
by
luanjintai
Committed by
Will Berman
Apr 10, 2023
Browse files
fix wrong parameter name for accelerate
parent
983a7fbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/research_projects/dreambooth_inpaint/train_dreambooth_inpaint_lora.py
...jects/dreambooth_inpaint/train_dreambooth_inpaint_lora.py
+1
-1
No files found.
examples/research_projects/dreambooth_inpaint/train_dreambooth_inpaint_lora.py
View file @
b5d0a913
...
@@ -411,7 +411,7 @@ def main():
...
@@ -411,7 +411,7 @@ def main():
mixed_precision
=
args
.
mixed_precision
,
mixed_precision
=
args
.
mixed_precision
,
log_with
=
"tensorboard"
,
log_with
=
"tensorboard"
,
logging_dir
=
logging_dir
,
logging_dir
=
logging_dir
,
accelerator_
project_config
=
accelerator_project_config
,
project_config
=
accelerator_project_config
,
)
)
# Currently, it's not possible to do gradient accumulation when training two models with accelerate.accumulate
# Currently, it's not possible to do gradient accumulation when training two models with accelerate.accumulate
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment