Commit 8d23470d authored by wangwei990215's avatar wangwei990215
Browse files

Update create_librispeech_trans.py

parent 271cae33
...@@ -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")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment