mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
d7af4fe242
commit
e52d454113
Binary file not shown.
@ -1585,7 +1585,11 @@ def run_adapter(rank, world_size, args, wb=None):
|
|||||||
return 1.0 <= c.duration <= 20.0
|
return 1.0 <= c.duration <= 20.0
|
||||||
|
|
||||||
train_cuts = train_cuts.filter(remove_short_and_long_utt)
|
train_cuts = train_cuts.filter(remove_short_and_long_utt)
|
||||||
|
print('\n'*5)
|
||||||
|
print('-'*30)
|
||||||
print(train_cuts)
|
print(train_cuts)
|
||||||
|
print('-'*30)
|
||||||
|
print('\n'*5)
|
||||||
|
|
||||||
sampler_state_dict = None
|
sampler_state_dict = None
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user