from local

This commit is contained in:
dohe0342 2023-02-14 02:21:07 +09:00
parent 9eaf086748
commit e35b97d54d
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -55,6 +55,8 @@ from asr_datamodule import TedLiumAsrDataModule
from conformer import Conformer
from lhotse.dataset.sampling.base import CutSampler
from lhotse.utils import fix_random_seed
import sys
sys.path.append('/home/work/workspace/icefall/egs/tedlium2')
from local.convert_transcript_words_to_bpe_ids import convert_texts_into_ids
from torch import Tensor
from torch.cuda.amp import GradScaler