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
ff62d9d54f
commit
e498aa00de
Binary file not shown.
@ -987,6 +987,7 @@ def run(rank, world_size, args):
|
|||||||
p.requires_grad = False
|
p.requires_grad = False
|
||||||
else:
|
else:
|
||||||
print(n)
|
print(n)
|
||||||
|
exit()
|
||||||
'''
|
'''
|
||||||
for n, p in model.named_parameters():
|
for n, p in model.named_parameters():
|
||||||
if 'layer' not in n:
|
if 'layer' not in n:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user