from local

This commit is contained in:
dohe0342 2023-01-26 11:10:22 +09:00
parent c34a963dad
commit be632fcf1f
2 changed files with 2 additions and 0 deletions

View File

@ -1596,6 +1596,7 @@ def run_adapter(rank, world_size, args, wb=None):
train_cuts
)
'''
print('\n'*5)
print('-'*30)
for batch in train_dl:
@ -1603,6 +1604,7 @@ def run_adapter(rank, world_size, args, wb=None):
print('-'*30)
print('\n'*5)
exit()
'''
valid_cuts = librispeech.dev_clean_cuts(option=params.gender)
valid_cuts += librispeech.dev_other_cuts(option=params.gender)