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
f3e70b49c6
commit
75ec8ea531
Binary file not shown.
Binary file not shown.
@ -1591,7 +1591,7 @@ def run_adapter(rank, world_size, args, wb=None):
|
|||||||
model = DDP(model, device_ids=[rank], find_unused_parameters=True)
|
model = DDP(model, device_ids=[rank], find_unused_parameters=True)
|
||||||
|
|
||||||
print('-'*30)
|
print('-'*30)
|
||||||
for module in model.modules():
|
for i, module in enumerate(model.modules()):
|
||||||
print(module)
|
print(module)
|
||||||
|
|
||||||
exit()
|
exit()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user