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 22e9994a2..c1a6a85c5 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 d2206c5a8..d992b87ae 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/train.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/train.py @@ -1782,7 +1782,7 @@ def main(): world_size = args.world_size assert world_size >= 1 if world_size > 1: - mp.spawn(run, args=(world_size, args, wb), nprocs=world_size, join=True) + mp.spawn(run_adapter, args=(world_size, args, wb), nprocs=world_size, join=True) else: run(rank=0, world_size=1, args=args, wb=wb)