from local

This commit is contained in:
dohe0342 2023-01-08 17:44:22 +09:00
parent d5504a8d7e
commit 22ffc37cf4
2 changed files with 2 additions and 0 deletions

View File

@ -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()])