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
1880022372
commit
a8e34beccf
Binary file not shown.
@ -1605,7 +1605,7 @@ def run_adapter(rank, world_size, args, wb=None):
|
|||||||
adapter_param.append(p)
|
adapter_param.append(p)
|
||||||
|
|
||||||
for n, p in model.named_parameters():
|
for n, p in model.named_parameters():
|
||||||
p..requires_grad = False
|
p.requires_grad = False
|
||||||
|
|
||||||
print(adapter_names)
|
print(adapter_names)
|
||||||
exit()
|
exit()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user