from local

This commit is contained in:
dohe0342 2022-12-26 13:28:49 +09:00
parent 3be4e12385
commit f5c6601d14
3 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -1227,6 +1227,7 @@ def run(rank, world_size, args, wb=None):
logging.info("About to create model")
model = get_transducer_model(params)
logging.info(model)
num_param = sum([p.numel() for p in model.parameters()])
logging.info(f"Number of model parameters: {num_param}")