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
b4cbbd5e
Unverified
Commit
b4cbbd5e
authored
Oct 17, 2023
by
Sayak Paul
Committed by
GitHub
Oct 17, 2023
Browse files
[Examples] Follow up of #5393 (#5420)
* fix: create_repo() * Empty-Commit
parent
8b3d2aea
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docs/source/en/tutorials/basic_training.md
docs/source/en/tutorials/basic_training.md
+1
-1
docs/source/ko/tutorials/basic_training.md
docs/source/ko/tutorials/basic_training.md
+1
-1
No files found.
docs/source/en/tutorials/basic_training.md
View file @
b4cbbd5e
...
...
@@ -303,7 +303,7 @@ Now you can wrap all these components together in a training loop with 🤗 Acce
...
if
config
.
push_to_hub
:
...
repo_id
=
create_repo
(
...
repo_id
=
config
.
hub_model_id
or
Path
(
config
.
output_dir
).
name
,
exist_ok
=
True
...
)
...
)
.
repo_id
...
accelerator
.
init_trackers
(
"train_example"
)
...
# Prepare everything
...
...
docs/source/ko/tutorials/basic_training.md
View file @
b4cbbd5e
...
...
@@ -303,7 +303,7 @@ TensorBoard에 로깅, 그래디언트 누적 및 혼합 정밀도 학습을 쉽
...
if
config
.
push_to_hub
:
...
repo_id
=
create_repo
(
...
repo_id
=
config
.
hub_model_id
or
Path
(
config
.
output_dir
).
name
,
exist_ok
=
True
...
)
...
)
.
repo_id
...
accelerator
.
init_trackers
(
"train_example"
)
...
# 모든 것이 준비되었습니다.
...
...
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