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
ModelZoo
Squeezeformer_tensorflow
Commits
8d23470d
Commit
8d23470d
authored
Nov 06, 2024
by
wangwei990215
Browse files
Update create_librispeech_trans.py
parent
271cae33
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
scripts/create_librispeech_trans.py
scripts/create_librispeech_trans.py
+2
-1
No files found.
scripts/create_librispeech_trans.py
View file @
8d23470d
...
@@ -18,7 +18,8 @@ import argparse
...
@@ -18,7 +18,8 @@ import argparse
import
librosa
import
librosa
from
tqdm.auto
import
tqdm
from
tqdm.auto
import
tqdm
import
unicodedata
import
unicodedata
import
sys
sys
.
path
.
append
(
".."
)
from
src.utils.file_util
import
preprocess_paths
from
src.utils.file_util
import
preprocess_paths
parser
=
argparse
.
ArgumentParser
(
prog
=
"Setup LibriSpeech Transcripts"
)
parser
=
argparse
.
ArgumentParser
(
prog
=
"Setup LibriSpeech Transcripts"
)
...
...
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