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
d5504a8d7e
commit
22ffc37cf4
Binary file not shown.
@ -967,6 +967,8 @@ def run(rank, world_size, args):
|
||||
model = get_transducer_model(params)
|
||||
|
||||
print(model)
|
||||
for n, p in model.named_parameters():
|
||||
print(n)
|
||||
exit()
|
||||
|
||||
num_param = sum([p.numel() for p in model.parameters()])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user