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
07095d9fe1
commit
3bd9d41ae1
Binary file not shown.
Binary file not shown.
@ -1538,6 +1538,7 @@ def run_adapter(rank, world_size, args, wb=None):
|
||||
adapter_names = []
|
||||
adapter_param = []
|
||||
for n, p in model.named_parameters():
|
||||
print(n)
|
||||
if 'adapters' in n:
|
||||
adapter_names.append(n)
|
||||
adapter_param.append(p)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user