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
af7c1f3162
commit
93e4e63050
Binary file not shown.
@ -720,7 +720,7 @@ def main():
|
||||
if world_size > 1:
|
||||
mp.spawn(run, args=(world_size, args, wb), nprocs=world_size, join=True)
|
||||
else:
|
||||
run(rank=0, world_size=1, args=args)
|
||||
run(rank=0, world_size=1, args=args, wb=wb)
|
||||
|
||||
|
||||
torch.set_num_threads(1)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user