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
f13e665fc2
commit
75bd7dfc96
Binary file not shown.
@ -1586,7 +1586,7 @@ def run_adapter(rank, world_size, args, wb=None):
|
|||||||
|
|
||||||
adapter_names = []
|
adapter_names = []
|
||||||
adapter_param = []
|
adapter_param = []
|
||||||
for enum, (n, p) in enuemrate(model.named_parameters()):
|
for enum, (n, p) in enumerate(model.named_parameters()):
|
||||||
|
|
||||||
'''
|
'''
|
||||||
if 'bias' in n:
|
if 'bias' in n:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user