diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/.train.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/.train.py.swp index 7c3da5c43..e0e4e5e81 100644 Binary files a/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/.train.py.swp and b/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/.train.py.swp differ diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/train.py b/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/train.py index fdd84245b..e17a5b85b 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/train.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/train.py @@ -1198,7 +1198,7 @@ def main(): world_size = args.world_size assert world_size >= 1 if world_size > 1: - mp.spawn(run, args=(world_size, args), nprocs=world_size, join=True) + mp.spawn(run, args=(world_size, args, wb), nprocs=world_size, join=True) else: run(rank=0, world_size=1, args=args)