from local

This commit is contained in:
dohe0342 2023-01-26 14:39:49 +09:00
parent 4d458a0082
commit 285292c5f7
2 changed files with 2 additions and 1 deletions

View File

@ -1587,7 +1587,8 @@ def run_adapter(rank, world_size, args, wb=None):
#train_cuts = librispeech.train_clean_10_cuts(option='male')
train_cuts = librispeech.test_clean_user(option='big')
pl_texts = open('/workspace/icefall/egs/librispeech/ASR/tc_big.pl', 'r').readlines()
try: pl_texts = open('/workspace/icefall/egs/librispeech/ASR/tc_big.pl', 'r').readlines()
except: pl_texts = None
pl = {}
for text in pl_texts:
text = text.strip().split()