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
5a148c26b5
commit
810d178208
Binary file not shown.
Binary file not shown.
@ -1589,7 +1589,8 @@ def run_adapter(rank, world_size, args, wb=None):
|
||||
if world_size > 1:
|
||||
logging.info("Using DDP")
|
||||
model = DDP(model, device_ids=[rank], find_unused_parameters=True)
|
||||
|
||||
|
||||
print('-'*30)
|
||||
for module in model.modules():
|
||||
print(module)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user