from local

This commit is contained in:
dohe0342 2023-02-16 17:50:13 +09:00
parent e22d6664a3
commit 96b27328bd
2 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,8 @@ from asr_datamodule import LibriSpeechAsrDataModule
from conformer import Conformer from conformer import Conformer
from lhotse.dataset.sampling.base import CutSampler from lhotse.dataset.sampling.base import CutSampler
from lhotse.utils import fix_random_seed from lhotse.utils import fix_random_seed
from lhotse.cut import Cut
from lhotse.dataset.sampling.base import CutSampler
import sys import sys
sys.path.append('/home/work/workspace/icefall/egs/tedlium2/ASR') sys.path.append('/home/work/workspace/icefall/egs/tedlium2/ASR')
from local.convert_transcript_words_to_bpe_ids import convert_texts_into_ids from local.convert_transcript_words_to_bpe_ids import convert_texts_into_ids