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
f2dc5bb9bf
commit
9cbe36823a
Binary file not shown.
@ -1519,8 +1519,8 @@ def run_adapter(rank, world_size, args, wb=None):
|
||||
adapter_param = []
|
||||
for n, p in model.named_parameters():
|
||||
if 'adapters' in n:
|
||||
logging.info(n)
|
||||
exit()
|
||||
adapter_names.append(n)
|
||||
adapter_param.append(p)
|
||||
|
||||
if params.multi_optim:
|
||||
logging.info("Using seperate optimizers over encoder, decoder ...")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user