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
74558ff6
"src/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "7a91ea6c2b53f94da930a61ed571364022b21044"
Unverified
Commit
74558ff6
authored
Dec 18, 2023
by
Omar Sanseviero
Committed by
GitHub
Dec 18, 2023
Browse files
Nit fix to training params (#6200)
parent
49644bab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/source/en/training/unconditional_training.md
docs/source/en/training/unconditional_training.md
+1
-1
No files found.
docs/source/en/training/unconditional_training.md
View file @
74558ff6
...
@@ -186,7 +186,7 @@ accelerate launch train_unconditional.py \
...
@@ -186,7 +186,7 @@ accelerate launch train_unconditional.py \
If you're training with more than one GPU, add the
`--multi_gpu`
parameter to the training command:
If you're training with more than one GPU, add the
`--multi_gpu`
parameter to the training command:
```
bash
```
bash
accelerate launch
--mixed_precision
=
"fp16"
--multi_gpu
train_unconditional.py
\
accelerate launch
--multi_gpu
train_unconditional.py
\
--dataset_name
=
"huggan/flowers-102-categories"
\
--dataset_name
=
"huggan/flowers-102-categories"
\
--output_dir
=
"ddpm-ema-flowers-64"
\
--output_dir
=
"ddpm-ema-flowers-64"
\
--mixed_precision
=
"fp16"
\
--mixed_precision
=
"fp16"
\
...
...
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