from local

This commit is contained in:
dohe0342 2023-02-14 02:21:12 +09:00
parent e35b97d54d
commit de4464d149
2 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ 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')
sys.path.append('/home/work/workspace/icefall/egs/tedlium2/ASR')
from local.convert_transcript_words_to_bpe_ids import convert_texts_into_ids
from torch import Tensor
from torch.cuda.amp import GradScaler