diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.train.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.train.py.swp index 195ad4b13..cfb3d49e1 100644 Binary files a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.train.py.swp and b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.train.py.swp differ diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/train.py b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/train.py index 1fee967c5..43f2b7f80 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/train.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/train.py @@ -1546,8 +1546,8 @@ def run_adapter(rank, world_size, args, wb=None): train_cuts = train_cuts.filter(remove_short_and_long_utt) - if params.start_batch > 0 and checkpoints and "sampler" in checkpoints: - sampler_state_dict = checkpoints["sampler"] + #if params.start_batch > 0 and checkpoints and "sampler" in checkpoints: + # sampler_state_dict = checkpoints["sampler"] else: sampler_state_dict = None