from local

This commit is contained in:
dohe0342 2023-01-27 17:52:09 +09:00
parent 2852e40dbf
commit 682e84f65c
2 changed files with 2 additions and 1 deletions

View File

@ -1588,7 +1588,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')
#train_cuts = librispeech.test_clean_user(option='big')
train_cuts = librispeech.vox_cuts(option='big')
with open('/workspace/icefall/egs/librispeech/ASR/tc_big.pl', 'r') as pl_texts:
pl_texts = pl_texts.readlines()