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
a5abfda48c
commit
d0aa7e7347
Binary file not shown.
@ -1589,7 +1589,11 @@ 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)
|
||||
|
||||
|
||||
for module in model.modules():
|
||||
print(module)
|
||||
|
||||
exit()
|
||||
adapter_names = []
|
||||
adapter_param = []
|
||||
for n, p in model.named_parameters():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user