from local

This commit is contained in:
dohe0342 2023-01-09 10:27:05 +09:00
parent 3638abf352
commit fb79717755
2 changed files with 0 additions and 1 deletions

View File

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