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 cfb3d49e1..1e9032cb8 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 43f2b7f80..aacd20442 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/train.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/train.py @@ -1548,8 +1548,8 @@ def run_adapter(rank, world_size, args, wb=None): #if params.start_batch > 0 and checkpoints and "sampler" in checkpoints: # sampler_state_dict = checkpoints["sampler"] - else: - sampler_state_dict = None + #else: + sampler_state_dict = None train_dl = librispeech.train_dataloaders( train_cuts, sampler_state_dict=sampler_state_dict