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
chenpangpang
parler-tts
Commits
96534194
Commit
96534194
authored
Apr 25, 2024
by
Dan Lyth
Browse files
moving new scripts to 'training'
parent
11c9070d
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5 additions
and
5 deletions
+5
-5
training/__init__.py
training/__init__.py
+0
-0
training/arguments.py
training/arguments.py
+0
-0
training/data.py
training/data.py
+0
-0
training/eval.py
training/eval.py
+0
-0
training/run_parler_tts_training.py
training/run_parler_tts_training.py
+5
-5
training/utils.py
training/utils.py
+0
-0
No files found.
training/__init__.py
0 → 100644
View file @
96534194
parler_tts
/arguments.py
→
training
/arguments.py
View file @
96534194
File moved
parler_tts
/data.py
→
training
/data.py
View file @
96534194
File moved
parler_tts
/eval.py
→
training
/eval.py
View file @
96534194
File moved
training/run_parler_tts_training.py
View file @
96534194
...
@@ -54,10 +54,10 @@ from parler_tts import (
...
@@ -54,10 +54,10 @@ from parler_tts import (
build_delay_pattern_mask
,
build_delay_pattern_mask
,
)
)
from
parler_tts
.utils
import
get_last_checkpoint
,
rotate_checkpoints
,
log_pred
,
log_metric
from
training
.utils
import
get_last_checkpoint
,
rotate_checkpoints
,
log_pred
,
log_metric
from
parler_tts
.arguments
import
ModelArguments
,
DataTrainingArguments
,
ParlerTTSTrainingArguments
from
training
.arguments
import
ModelArguments
,
DataTrainingArguments
,
ParlerTTSTrainingArguments
from
parler_tts
.data
import
load_multiple_datasets
,
DataCollatorParlerTTSWithPadding
,
DataCollatorEncodecWithPadding
from
training
.data
import
load_multiple_datasets
,
DataCollatorParlerTTSWithPadding
,
DataCollatorEncodecWithPadding
from
parler_tts
.eval
import
clap_similarity
,
wer
from
training
.eval
import
clap_similarity
,
wer
logger
=
logging
.
getLogger
(
__name__
)
logger
=
logging
.
getLogger
(
__name__
)
...
@@ -1014,4 +1014,4 @@ def main():
...
@@ -1014,4 +1014,4 @@ def main():
if
__name__
==
"__main__"
:
if
__name__
==
"__main__"
:
set_start_method
(
"spawn"
)
set_start_method
(
"spawn"
)
main
()
main
()
\ No newline at end of file
parler_tts
/utils.py
→
training
/utils.py
View file @
96534194
File moved
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