from local

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

View File

@ -966,11 +966,6 @@ def run(rank, world_size, args):
logging.info("About to create model")
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()])
logging.info(f"Number of model parameters: {num_param}")