from local

This commit is contained in:
dohe0342 2023-01-26 14:40:01 +09:00
parent 285292c5f7
commit f5ad3caf9f
2 changed files with 2 additions and 2 deletions

View File

@ -1587,8 +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')
try: pl_texts = open('/workspace/icefall/egs/librispeech/ASR/tc_big.pl', 'r').readlines()
except: pl_texts = None
pl_texts = open('/workspace/icefall/egs/librispeech/ASR/tc_big.pl', 'r').readlines()
pl = {}
for text in pl_texts:
text = text.strip().split()