from local

This commit is contained in:
dohe0342 2023-01-26 14:35:41 +09:00
parent ddd21d00ce
commit 2129c5a2a4
2 changed files with 0 additions and 3 deletions

View File

@ -1589,9 +1589,6 @@ def run_adapter(rank, world_size, args, wb=None):
text = text.strip().split()
pl[text[0]] = ' '.join(text[1:])
print(pl)
exit()
def remove_short_and_long_utt(c: Cut):
return 1.0 <= c.duration <= 20.0