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
eceeebdf
Unverified
Commit
eceeebdf
authored
Oct 27, 2022
by
Suraj Patil
Committed by
GitHub
Oct 27, 2022
Browse files
Update train_dreambooth.py
parent
52f2128d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/dreambooth/train_dreambooth.py
examples/dreambooth/train_dreambooth.py
+1
-1
No files found.
examples/dreambooth/train_dreambooth.py
View file @
eceeebdf
...
...
@@ -26,7 +26,7 @@ from transformers import CLIPTextModel, CLIPTokenizer
logger
=
get_logger
(
__name__
)
def
parse_args
(
input_args
:
None
):
def
parse_args
(
input_args
=
None
):
parser
=
argparse
.
ArgumentParser
(
description
=
"Simple example of a training script."
)
parser
.
add_argument
(
"--pretrained_model_name_or_path"
,
...
...
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